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 447685feec [ENHANCEMENT] Provide a core RecipientCountExceeds matcher 
(#2534)
     new 28263ef49a [ENHANCEMENT] Extract MimeWalkConfiguration from 
AttachmentFileNameIs
     new d11cf04c07 [ENHANCEMENT] Extract partMatchLogic
     new 41bf356cd0 [ENHANCEMENT] Extract MimeWalk
     new e389ab7d4a [ENHANCEMENT] Extract MimeWalk in a separate class
     new 9465de671e [ENHANCEMENT] Add a PartHasContentType

The 5 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:
 .../servers/partials/PartHasContentType.adoc       |  12 ++
 .../servers/partials/configure/matchers.adoc       |   4 +-
 .../transport/matchers/AttachmentFileNameIs.java   | 184 ++++---------------
 .../{RelayLimit.java => PartHasContentType.java}   |  55 +++---
 .../james/transport/matchers/utils/MimeWalk.java   | 195 +++++++++++++++++++++
 .../matchers/AttachmentFileNameIsTest.java         |  48 -----
 .../transport/matchers/PartHasContentTypeTest.java | 105 +++++++++++
 .../transport/matchers/utils/MimeWalkTest.java     |  39 ++---
 8 files changed, 389 insertions(+), 253 deletions(-)
 create mode 100644 docs/modules/servers/partials/PartHasContentType.adoc
 copy 
mailet/standard/src/main/java/org/apache/james/transport/matchers/{RelayLimit.java
 => PartHasContentType.java} (57%)
 mode change 100644 => 100755
 create mode 100644 
mailet/standard/src/main/java/org/apache/james/transport/matchers/utils/MimeWalk.java
 create mode 100644 
mailet/standard/src/test/java/org/apache/james/transport/matchers/PartHasContentTypeTest.java
 copy 
third-party/linshare/src/test/java/org/apache/james/linshare/client/DocumentTest.java
 => 
mailet/standard/src/test/java/org/apache/james/transport/matchers/utils/MimeWalkTest.java
 (63%)


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

Reply via email to