We were actually able to solve this by implementing a PollingConsumerPollStrategy, since the error occurs before any Exchange has been created and therefore won't be handled by Camel's regular Exception handling. Please see: https://cwiki.apache.org/confluence/display/CAMEL/Polling+Consumer https://cwiki.apache.org/confluence/display/CAMEL/Polling+Consumer for reference.
Thanks, Nap -- View this message in context: http://camel.465427.n5.nabble.com/Error-Handling-on-IMAP-Component-tp4474990p4483527.html Sent from the Camel - Users mailing list archive at Nabble.com.
