I need to read a mail message out of the database INBOX table and parse
the message_body blob into a MimeMessage object or something similar
that I can easily extract the subject, etc. I know the BLOB is just a
serialized text stream with all the headers, subject, body, etc. I'm
just assuming there is some way with a couple of lines of code where I
can pass the String in and have a MimeMessage instance constructed. I'm
sure James is doing this internally all the time.
Can somebody give me a pointer on how to do this?
Thanks.
Jerry
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]