You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/07/12 02:16:57 UTC

[james-project] branch master updated (846b3c6 -> f9250a9)

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 846b3c6  Merge pull request #527 from chibenwa/JAMES-3608
     new eec0e4e  [PERFORMANCE] Defer stacktrace in PostDequeueDecorator
     new 59435fd  [PERFORMANCE] Optimize Username parsing
     new 1191871  [PERFORMANCE] SetMessagesUpdateProcessor processing can be done lazily
     new 090df55  [PERFORMANCE] CreationMessage: Simplify assertAtLeastOneValidRecipient
     new 096312b  [PERFORMANCE] Use lenient parsers for MIME4J in more places
     new f9250a9  Merge pull request #531 from chibenwa/perf-jmap-send

The 12354 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/main/java/org/apache/james/core/Username.java | 19 +++++++++----------
 .../test/java/org/apache/james/core/UsernameTest.java |  6 ++++++
 .../mailbox/elasticsearch/v7/json/MimePartParser.java |  4 +++-
 .../james/mailbox/store/MimeDescriptorImpl.java       |  5 ++++-
 .../james/mailbox/store/StoreMessageManager.java      |  5 ++++-
 .../jmap/draft/methods/MIMEMessageConverter.java      |  4 +++-
 .../draft/methods/SetMessagesUpdateProcessor.java     |  3 +++
 .../james/jmap/draft/model/CreationMessage.java       |  9 +++++----
 .../james/jmap/draft/model/SetMessagesRequest.java    |  4 ++++
 .../james/jmap/draft/send/PostDequeueDecorator.java   |  2 +-
 10 files changed, 42 insertions(+), 19 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org