Reading mails by Pop3
Hi All,
Using Mule 2.0,I am trying to route text,Multipart emails read from a Pop3 inbound endpoint to stdio outbound endpoint.I am able to routing text emails.But Not able to figure out why Multipart emails are not routing to outbound endpoint.
I am using existing transformers EmailToStringMessage.
When the Multipart message is consumed by the POP3 connector, it is transformed to payload is of type javax.mail.internet.MimeBodyPart .
From this MimeBodyPart,How to get the content of the email and other attributes like from address.
Please help me on this.