This is an automated email from the ASF dual-hosted git repository.

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from bf9bca2991 JAMES-4148 JMAP rule filtering: add support for 
internalDate, savedDate and sentDate
     new 5abdcdbbb5 JAMES-4148 Filter serializer should support moveTo action
     new 0ab5863cc9 JAMES-4148 JMAPFiltering mailet should support moveTo action
     new cd0348005c JAMES-4148 Webadmin rules triage task should support moveTo 
action
     new 593edff513 JAMES-4148 MoveTo action should provision mailbox if needed

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/test/resources/json/event-v4.json          |   3 +
 .../src/test/resources/json/eventComplex-v4.json   |  15 +
 .../src/test/resources/json/increment-v4.json      |  12 +
 .../org/apache/james/jmap/api/filtering/Rule.java  |  68 +++-
 .../apache/james/jmap/api/filtering/RuleDTO.java   |  49 ++-
 .../james/jmap/api/filtering/RuleFixture.java      |   3 +-
 .../mailets/FilterForwardIntegrationTest.java      | 197 -----------
 .../james/mailets/FilterIntegrationTest.java       | 326 ++++++++++++++++++
 .../james/jmap/mailet/filter/ActionApplier.java    |  43 ++-
 .../data/jmap/RunRulesOnMailboxService.java        |  41 ++-
 .../data/jmap/RunRulesOnMailboxRoutesTest.java     | 376 +++++++++++++++++++++
 11 files changed, 912 insertions(+), 221 deletions(-)
 delete mode 100644 
server/mailet/integration-testing/src/test/java/org/apache/james/mailets/FilterForwardIntegrationTest.java
 create mode 100644 
server/mailet/integration-testing/src/test/java/org/apache/james/mailets/FilterIntegrationTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to