A
amu
Hi all,
I am reading content of a mail message with attachments and it is
MIME_MULTIPART
I am getting following exception for some of the attachments
javax.mail.MessagingException : Missing start boundary
When I looked at Internet header it is like this
This is a multi-part message in MIME format.
------=_NextPart_000_0006_01C562FD.59332860
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0007_01C562FD.59332860"
------=_NextPart_001_0007_01C562FD.59332860
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Any help would be greatly appreciated,
Thanks in advance.
Amu
I am reading content of a mail message with attachments and it is
MIME_MULTIPART
I am getting following exception for some of the attachments
javax.mail.MessagingException : Missing start boundary
When I looked at Internet header it is like this
This is a multi-part message in MIME format.
------=_NextPart_000_0006_01C562FD.59332860
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0007_01C562FD.59332860"
------=_NextPart_001_0007_01C562FD.59332860
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Any help would be greatly appreciated,
Thanks in advance.
Amu