I'm writing some mailets that perform transformations on messages. Adding
headers, footers, removing attachments, stuff like that. I've used the
AddFooter mailet as a guide, so I've been traversing the MimeMessage,
looping over multiparts etc.

The mime4j project seems to have similar goals to javax.mail.MimeMessage.
Does that mean I'd be better off using it in place of MimeMessage? If so,
why is the AddFooter mailet not using it? If not, what exactly is the
purpose of Mime4j?

Thanks,
Israel

Reply via email to