tags:

views:

45

answers:

0

I am new to using javax.mail API, version jdk 1.6.0.11. I am using javax.mail API to parse a MIMEMessage text and extract the attachments. If the MIME message contains attchments that have very long file names javax.mail API is not able to parse it and reports no attachments.

I would appreciate any help on this. Thanks!