Close
jGuru Forums
Posted By: Edward_Chin Posted On: Tuesday, March 20, 2001 12:06 PM
When I use the JavaMail API to parse an incoming message of content type "Multipart/Report", I seem to get the following exception: javax.mail.MessagingException: Missing start boundary at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:264) at javax.mail.internet.MimeMultipart.getBodyPart(MimeMultipart.java:166) and occurs when I try to create the multipart object: mp = (Multipart) _currentMessage.getContent(); Am I doing something wrong? when I print out the content type, it does show that its a multipart/report...
Re: Parsing a Multipart/Report for Undeliverable address (Final-Recipient Field)
Posted By: amit_mendelson Posted On: Monday, June 18, 2001 08:57 AM