Tagged Questions
6
votes
3answers
4k views
Create an EML (E-Mail) File in Java
Anybody knows how to do this? I got all the information of the email (body, subject, from , to, cc, bcc) and need to generate an eml-file out of it.
1
vote
1answer
97 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 ...
0
votes
1answer
355 views
Java: How to create an EML or MSG file with attachment that can be opened in Outlook
I have a struts-action, and when that action is called i would like to create and return a simple eml or msg file that can be opened in outlook.
This is can do just fine with a basic email-message. I ...
0
votes
0answers
57 views
Changing the mail date in chilkat using the chilkat java api
I am using the chilkat api(java) for creating eml files. Can anyone help me out on how to change the mail date. The time that the created eml files currently show is the time of the creation of the ...