GitHub user chibenwa opened a pull request: https://github.com/apache/james-project/pull/23
Jsieve 73 - Sieve body extension This PR proposes patchs so that Jsieve implements RFC 5173 : Sieve Body extension. It contains SIEVE test integrtion for this functionnality. Note that matching feature is achived threw the tools used by the IMAP search feature without indexing. (It was a little expended so that it can search the raw message and filter content by mime type). **There is a new dependency between mailbox/store and sieve/mailet**. I don't think this is the better way to do it. I think we need to relocate MessageSearcher to some other projects. Don't hesitate to tell me your thoghts about that. See https://github.com/apache/james-jsieve/pull/6 , a related PR. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chibenwa/james-project JSIEVE-73 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/james-project/pull/23.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 #23 ---- commit f0db9b35da13ebe6221bda6f2e1628e97d4348ec Author: Benoit Tellier <btell...@apache.org> Date: 2015-12-13T20:00:08Z JSIEVE-73 Extend message matching tools so that Body extension can directly rely on store search utils commit 280b5a84cad7c121cb3a95f4b0b0fa25a60f85ff Author: Benoit Tellier <btell...@apache.org> Date: 2015-12-13T21:39:15Z JSIEVE-73 Integration tests for SIEVE body extension ( RFC-5173 ) ---- --- 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. --- --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org