On Wednesday, April 23, 2014 01:18:07 PM jeffrey starin wrote: > Maybe I have a fundamental misunderstanding about DBMail. Are the > individual message parts, I.e. subject body email address saved in a mysql > record with fields for each part? The intention in this project is not to > use DBMail/iredmail as an email messaging platform but as a data store > only. People will not be reading or sending email via this particular > setup. The content of sujbect and attached image trigger events only. No > bi-directional messaging at all.
It doesn't do what you want. You should just use an MTA to dump mail into a Maildir (which stores one messge per file), and write something in a programming language to iterate over and read the messages there. All common languages have free libraries that you can use to decode the messages in the way you want, in ways easier than trying to read them back out of DBMail. _______________________________________________ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail