Tagged Questions
1
vote
1answer
131 views
Create an email object in java and save it to file
i need to backup the emails contained in a PST file (outlook storage).
i'm using libpst which is the only free library i found on the web
( http://code.google.com/p/java-libpst/ )
so i can access all ...
1
vote
6answers
5k views
Creation of a EML file with an attachment using JavaMail
I'll create a EML file with an attachment using JavaMail.
I created a simple EML file successfully, but adding an attachment don't work properly. I'm going to add a PDF file. My EML file will be ...