GitHub user camann9 opened a pull request:
https://github.com/apache/camel/pull/277
Add capability to sort incoming mail messages
Camel should have the ability to sort incoming mail messages. This patch
adds that ability. There is one caveat:
POP3 does not support sorting and for IMAP it's an extension. To remediate
this problem this patch can either use On-Server sorting where the capability
exists and Client side sorting for servers that do not support sorting.
There is a test case that tests the route integration and multiple test
cases that test the sorting component.
I honestly don't know how to add this to the documentation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/camann9/camel add-mail-sorting
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/277.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #277
----
commit 90e21e1b5162ff4b2011349e3a33790f18ef12ac
Author: Christian Amann <[email protected]>
Date: 2014-09-24T11:15:43Z
Add capability to sort received messages
commit 32cff92c9065f8ae7d095502374c7ddb110fb238
Author: Christian Amann <[email protected]>
Date: 2014-09-24T12:04:32Z
Add copyright headers
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---