[
https://issues.apache.org/activemq/browse/CAMEL-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45924#action_45924
]
Atle Prange commented on CAMEL-931:
-----------------------------------
Yes, the defaults should be the same for all protocols, because even if
pop3 is meant to download messages, it makes sense to tell the users of
camel that "camel-mail does not delete your mail on the server, and only
reads unread mail by default". Then the users can override this behavior
if necessary.
defaults should be:
deleteProcessedMessages = false
processOnlyUnseenMessages = true
> Sensible deafults for mail component
> ------------------------------------
>
> Key: CAMEL-931
> URL: https://issues.apache.org/activemq/browse/CAMEL-931
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-mail
> Affects Versions: 1.4.0
> Reporter: Atle Prange
> Priority: Minor
>
> When using imap, the mail component defaults should be to not delete incoming
> mail, and only process unread messages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.