Perhaps this stems from a converter I use seems to convert InputStream to javax.mail.internet.MimeMessage slightly differently!!
MimeMessage msg = new MimeMessage (..., in); where the input stream for both has the same type. In camel the resulting MimeMessage has content of type javax.mail.internet.MimeMultipart. In smx the content type is javax.mail.util.SharedByteInputStream. My code converts the stream to a MimeMultipart using MimeMultipart m = new MimeMultipart (new ByteArrayDataSource (is,"multipart/mixed"); Im unsure whether a bundle conflict is causing both this difference and the previous exception. Any ideas anyone of how to go about solving this?? -- View this message in context: http://servicemix.396122.n5.nabble.com/mail-attachment-problem-tp5696781p5697160.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
