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 731f13f  [REFACTORING] StripAttachment: use Optional to denote pattern 
absence
     new 9094ca6  JAMES-3708 Invalid mail address: Demonstrate NPE in 
RemoteDelivery
     new 5e1008d  JAMES-3708 Stricter domain and address parsing
     new 0c55787  JAMES-3708 Tests for valid/invalid mail address values on the 
wikipedia page
     new 24a70cf  JAMES-3708 MailAddress::toInternetAddress should return an 
optional
     new 06eca0a  JAMES-3708 Fix some assertions in WebAdmin
     new 0744c9b  JAMES-3708 Get rid of StringBuffer in MailAddress

The 6 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:
 .../main/java/org/apache/james/core/Domain.java    |  46 ++++++++-
 .../java/org/apache/james/core/MailAddress.java    |  87 ++++++++--------
 .../org/apache/james/core/MailAddressTest.java     |  35 ++++++-
 .../apache/james/domainlist/api/DomainTest.java    | 112 ++++++++++-----------
 .../apache/james/transport/mailets/ServerTime.java |   6 +-
 .../james/domainlist/xml/XMLDomainListTest.java    |   6 +-
 .../james/domainlist/lib/AbstractDomainList.java   |  11 +-
 ...ectResolutionRemoteDeliveryIntegrationTest.java |  34 +++++++
 .../mailetcontainer/impl/JamesMailetContext.java   |   4 +-
 .../org/apache/james/transport/mailets/Bounce.java |   2 +-
 .../apache/james/transport/mailets/DSNBounce.java  |   2 +-
 .../james/transport/mailets/NotifyPostmaster.java  |  11 +-
 .../james/transport/mailets/NotifySender.java      |  10 +-
 .../james/transport/mailets/WhiteListManager.java  |  15 ++-
 .../transport/mailets/jsieve/RejectAction.java     |   3 +-
 .../transport/mailets/jsieve/SieveMailAdapter.java |   4 +-
 .../transport/mailets/redirect/MailModifier.java   |  12 ++-
 .../remote/delivery/InternetAddressConverter.java  |   2 +-
 .../james/transport/util/MailAddressUtils.java     |   2 +-
 .../org/apache/james/transport/util/TosUtils.java  |   2 +-
 .../james/transport/mailets/DSNBounceTest.java     |  10 +-
 .../transport/mailets/NotifyPostmasterTest.java    |   8 +-
 .../james/transport/mailets/NotifySenderTest.java  |  10 +-
 .../james/transport/mailets/RedirectTest.java      |   3 +-
 .../james/transport/matchers/dlp/DlpTest.java      |   8 +-
 .../transport/util/SpecialAddressesUtilsTest.java  |  32 +++---
 .../apache/james/transport/util/TosUtilsTest.java  |   8 +-
 .../mailets/XOriginatingIpInNetworkSpec.scala      |   8 +-
 .../rfc8621/contract/AuthenticationContract.scala  |   4 +-
 .../james/jmap/rfc8621/contract/Fixture.scala      |   2 +-
 .../routes/DLPConfigurationRoutesTest.java         |   6 +-
 .../webadmin/routes/DomainMappingsRoutesTest.java  |  13 ++-
 .../james/webadmin/routes/DomainsRoutesTest.java   |   6 +-
 33 files changed, 330 insertions(+), 194 deletions(-)

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

Reply via email to