You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/03/12 18:55:40 UTC

[jira] Updated: (CAMEL-1178) Camel Mail Component - Allow For Setting the SEEN Flag for E-mail Messages

     [ https://issues.apache.org/activemq/browse/CAMEL-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-1178:
-------------------------------

    Fix Version/s: 2.0.0

Yeah let me see if we can postpone the SEEN marking until after processing

> 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
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> 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.