Quote:
Originally posted by deweirdt
Hi,
I would like to make a program were I receive a email and then store this email into a database.
A other program will check continious the database and do something with the mails.
Anybody know how to start on that problem?
Are there any existing programs like that?
Regards
|
Without doing much research on the subject, I would suggest using the fact that one may write plugins for Mozilla Thunderbird. I've looked at the format Thunderbird stores email as, and it's not pretty to look at, but I'm sure they have an api to manipulate it.
I'm not sure what the preferred language is to author Mozilla plugins, but you might consider XML-based storage ILO a database, or if you do want an actual database, consider using something similar to the Java-based HSQLDB which runs 100% in memory and is very simple to bundle with applications.
Good Luck!