
Paul Godard - 2012-01-30 19:23:50
I want to move away from IMAP and use email piping to store email into a temporary mysql table.
My idea is to store every received email in a temp table 'EmailRaw' and at the same time brake the email into pieces (plain, html, multipart embedded images) and store it properly into different fields, even tables (attachments) and files on the server.
What is the best approach for doing this?
Does your mime parse can handle all kind of format (character sets, embedded images, encoded/encrypted messages, attachments…)?
Can you help me with some examples and some advice?
Thank you, Paul.