Hi All, 
I have a route that passes mail messages to a seda endpoint. However, when I
try to consume this message from seda, I get an exception which says:
org.apache.camel.RuntimeCamelException - Error populating the initial mail
message attachments.

this is how the two routes look like:
from("imaps://imap.googlemail.com?XXXX")         
.to("seda:forward-message");

from("seda:forward-message")
.to("file:src/dataout?fileName=t.txt");

I assume that seda does not support message attachments. What is the best
way to get rid of this problem. I want to support both the cases: when the
original mail contains attachments, and when the original mail does not
contain attachments.
/Sura



--
View this message in context: 
http://camel.465427.n5.nabble.com/passing-email-messages-to-camel-seda-endpoint-causes-error-tp5720817.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to