Nachricht-
>> Von: Claus Ibsen [mailto:claus.ib...@gmail.com]
>> Gesendet: Dienstag, 8. April 2014 10:58
>> An: users@camel.apache.org
>> Betreff: Re: error blocking camel-mail consumer
>>
>> Hi
>>
>> You can try with mapMailMessage=false, and then u
this a
new feature in a coming version?
Best regards,
Stefan Hof
> -Ursprüngliche Nachricht-
> Von: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Gesendet: Dienstag, 8. April 2014 10:58
> An: users@camel.apache.org
> Betreff: Re: error blocking camel-mail consumer
>
>
Hi
You can try with mapMailMessage=false, and then use Camel's error
handler if parsing the body / attachments of the mail fails.
Though there was a bug in Camel when using mapMailMessage=false. You
may need to use next release of Camel and/or latest release if the bug
was fixed in that release.
Hello,
if I use the mail-component for polling emails and there is an error while
consuming the mail, how can I skip this mail and move to the next?
For example:
from("imaps://{{email.server}}?username={{email.username}}&password=RAW({{email.password}})"
+ "&delete=true©To={{emai