Hi All
i want to develope the Intranet mail system using java mail API . the
problem is , how can i store the Emails into the local computer . help
me plz...
josh.s17@gmail.com - 20 Jan 2006 22:00 GMT
If you want some help with this I suggest you post some code showing
what you are trying to do. Otherwise you are only going to get very
general answers like use java streams foe example
"java.io.FileOutputStream" and "java.io.PrintWriter"
Raymond DeCampo - 22 Jan 2006 02:20 GMT
> Hi All
> i want to develope the Intranet mail system using java mail API . the
> problem is , how can i store the Emails into the local computer . help
> me plz...
Take a look at the writeTo() method in javax.mail.internet.MimeMessage.
I have used this to write the message to a file to be used at a later
date.
HTH,
Ray

Signature
This signature intentionally left blank.