Hi,
I store IMAP Mails in a database, thats works fine. I use then MBS Plugin “MimeEmailMBS” and now I will only remove the attache files from the Mail. I will not store the attach data in then database. How can I remove the file from IMAP data?
Klemens
Normalise end-of-line chars, split by end-of-lines, remove anything that is base64 encoded, put back together with end-of-lines.
Well, I could of course add a method to take the MimeEmailMBS after parsing, remove attachments and then allow you to get back the source of the email again. So basically we could provide email source text without attachments.
1 Like