Save email to file
843830Mar 28 2006 — edited Apr 10 2006Hi!
I need to save emails that I'm going to send into a file (for archiving purpose). I need the file to be opened by Outlook and preferbly Thunderbird and (osx) Mail.
I'm using javax.mail.internet.MimeMessage to build the mail and sends it with javax.mail.Transport.
Does it exist a good MimeMessage to file-translator? What is the preferd file-format for this kind of files so that I can support as many email-programs as possible?
Thanks in advance
Roland Carlsson