GitHub user camann9 opened a pull request: https://github.com/apache/camel/pull/278
Post processing action for input mail box This patch adds the possibility to specify a post processing action for camel input mail boxes. This can be used for example to clean up the mail box after messages have been retrieved. There is a test case that tests the route integration. 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-mailbox-post-action Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/278.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 #278 ---- commit 925c6e85a19f42ed4d037934fe3eebc19a13131c Author: Christian Amann <christian.am...@qaware.de> Date: 2014-09-24T12:00:02Z Add a possibility to register a post processing action for input mail box. This can be used for example to clean up the mail box after messages have been retrieved. commit 3e88ea29068b16cde745174d35d8d2de705f91cb Author: Christian Amann <christian.am...@qaware.de> Date: 2014-09-24T12:03:47Z 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---