How to read a mime file
843834May 22 2009 — edited May 22 2009Hi gurus,
is possible to read the attachments of a mime file ? The file is located in the file system and after read the content of the file and store it in a string I would retrieve the content like this :
MimeMultipart mm = MimeMultipart(theMimePartString) ;
BodyPart bp = mm.getBodyPart(1);
but the body part is null here.
Anyone has suggestions on how to do this?
Thanks in advance.