Hi Camel Riders,

Is there anybody know how to reset the seen flag for IMAP for Camel's mail
component?
Suppose I have the following route:

from("imap:localhost?username=user&password=user").process(new
MyProcessor()).to("seda:start");

If exception thrown in the process, I would like to reset the SEEN flag of
the current message to that it can be read again in the above route.

Thanks
Doug
-- 
View this message in context: 
http://www.nabble.com/Mail-Component---Set-SEEN-Flag-tp20921414s22882p20921414.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to