Camel Mail Component - Allow For Setting the SEEN Flag for E-mail Messages
--------------------------------------------------------------------------

                 Key: CAMEL-1178
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1178
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-mail
    Affects Versions: 1.5.0
         Environment: Platform independent
            Reporter: Doug Ly
            Priority: Minor


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. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to