Hi,
Im making an e-mail client and i want to write received Messages to file.
I tried to write the hole object javax.mail.Folder,via ObjectOutPutStream,
to file but it dos not implement Serializable so i got Exception.
Is there any specific classes or methods in the java mail api that handles
writing messages and folders to file(i cant find it)? If not, any suggestions
on how to solve this in an easy way?
Best regards
/Tomas
Roedy Green - 28 Sep 2005 06:35 GMT
> javax.mail.Folder,via ObjectOutPutStream,
>to file but it dos not implement Serializable so i got Exception.
JavaMail is like a set of Chinese boxes. You will have to take the
Folder apart until you get either to text or something that is
serialisable.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.