When using javax.mail library (1.4,1.4.1,1.4.2,1.4.3,1.4.4) for creating MimeMessage from file the message is created but when trying to read the attachments that is the multipart (of multipart message) the content returned back is not multipart but sharedbytearrayinputstream , the same code works fine in standard java application. This problem also occurs when creating the message from received input stream. Is the problem with the libraries the class loaders..., really have no ideas how to solve this -- View this message in context: http://old.nabble.com/Problems-with-creating-MimeMessage-in-bundle-tp31151960p31151960.html Sent from the Apache Felix - Dev mailing list archive at Nabble.com.
