You can enable TRACE logging on the camel-mail component and it should
log that it copies the message.
folder.copyMessages(new Message[]{mail}, destFolder);
LOG.trace("IMAP message {} copied to {}", mail, copyTo);
Can you see if you can see that?
On Fri, Nov 28, 2014 at 6:3
Hi
Can you paste the stacktrace where you get the NPE ?
On Fri, Nov 28, 2014 at 10:31 AM, dermoritz wrote:
> Some day ago i switched to camel 2.14 (mainly because of RoutePolicyFactory -
> a great idea!). But i also noticed on creating new routes with new
> processors/ aggregators i see many Nul
Hi
People is very welcome to help with docs and other contributions
http://camel.apache.org/contributing.html
http://camel.apache.org/how-do-i-edit-the-website.html
Just a note that the Camel DSL in Java and XML is 99% similar, so its
actually easy when you know this. also in XML use the power of