Save an email in JavaMail

D

David Segall

I am using JavaMail to process emails from a POP server and,
occasionally, I want to save one so that a human can look at it. I do
not have any control over the contents of the email so I would like to
either Save it as is to a file or forward it. My Google searches have
not located a method of doing this without taking the email to pieces
and reassembling it but I am hoping that there is a simpler way.
 
G

GaryM

I am using JavaMail to process emails from a POP server and,
occasionally, I want to save one so that a human can look at it. I
do not have any control over the contents of the email so I would
like to either Save it as is to a file or forward it. My Google
searches have not located a method of doing this without taking
the email to pieces and reassembling it but I am hoping that there
is a simpler way.

Look at Message.write(OutputStream) .. dumps the Message in the
mimetype of Message/RFC822 which is human readable (at least the bits
in the original message that are human readable).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top