Re: error blocking camel-mail consumer

2014-04-09 Thread Claus Ibsen
@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

Re: error blocking camel-mail consumer

2014-04-08 Thread Claus Ibsen
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.

AW: error blocking camel-mail consumer

2014-04-08 Thread stefan.hof
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

error blocking camel-mail consumer

2014-04-07 Thread stefan.hof
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}}) +