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 41090084a2 FIX Proxy for SMTPS (#1594)
     new e52fb2c4a2 [CLEAN CODE] JMAP - Make standard error message when 
invalid json deserialize
     new 6bceb0a2cc Skip retry PropagateLookupRightListener when mailbox not 
found

The 2 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:
 .../jmap/event/PropagateLookupRightListener.java   |  5 ++
 .../rfc8621/contract/DelegateSetContract.scala     |  4 +-
 .../contract/EmailQueryMethodContract.scala        | 16 +++----
 .../rfc8621/contract/IdentitySetContract.scala     |  4 +-
 .../contract/MailboxQueryMethodContract.scala      | 10 ++--
 .../contract/MailboxSetMethodContract.scala        | 12 ++---
 .../PushSubscriptionSetMethodContract.scala        |  8 ++--
 .../contract/QuotaChangesMethodContract.scala      |  4 +-
 .../contract/QuotaQueryMethodContract.scala        |  8 ++--
 .../apache/james/jmap/delegation/DelegateSet.scala | 15 ++----
 .../org/apache/james/jmap/mail/IdentitySet.scala   | 13 +-----
 .../scala/org/apache/james/jmap/mail/MDNSend.scala | 17 ++-----
 .../james/jmap/method/DelegateGetMethod.scala      | 10 ++--
 .../james/jmap/method/DelegateSetMethod.scala      |  8 +---
 .../jmap/method/DelegatedAccountGetMethod.scala    | 10 ++--
 .../jmap/method/DelegatedAccountSetMethod.scala    | 11 ++---
 .../james/jmap/method/EmailChangesMethod.scala     |  7 ++-
 .../apache/james/jmap/method/EmailGetMethod.scala  | 11 ++---
 .../james/jmap/method/EmailImportMethod.scala      |  8 ++--
 .../james/jmap/method/EmailParseMethod.scala       | 54 ++++++++++------------
 .../james/jmap/method/EmailQueryMethod.scala       | 11 ++---
 .../apache/james/jmap/method/EmailSetMethod.scala  |  6 +--
 .../jmap/method/EmailSubmissionSetMethod.scala     | 34 +++++---------
 .../james/jmap/method/IdentityChangesMethod.scala  |  8 ++--
 .../james/jmap/method/IdentityGetMethod.scala      |  5 +-
 .../james/jmap/method/IdentitySetMethod.scala      |  7 ++-
 .../apache/james/jmap/method/MDNParseMethod.scala  |  9 ++--
 .../apache/james/jmap/method/MDNSendMethod.scala   |  8 ++--
 .../james/jmap/method/MailboxChangesMethod.scala   |  8 ++--
 .../james/jmap/method/MailboxGetMethod.scala       |  8 ++--
 .../james/jmap/method/MailboxQueryMethod.scala     |  6 +--
 .../jmap/method/MailboxSetCreatePerformer.scala    |  8 +---
 .../james/jmap/method/MailboxSetMethod.scala       |  6 +--
 .../jmap/method/PushSubscriptionGetMethod.scala    |  7 ++-
 .../PushSubscriptionSetCreatePerformer.scala       |  8 +---
 .../jmap/method/PushSubscriptionSetMethod.scala    |  6 +--
 .../james/jmap/method/QuotaChangesMethod.scala     |  6 +--
 .../apache/james/jmap/method/QuotaGetMethod.scala  |  5 +-
 .../james/jmap/method/QuotaQueryMethod.scala       |  8 ++--
 .../james/jmap/method/ThreadChangesMethod.scala    |  6 +--
 .../apache/james/jmap/method/ThreadGetMethod.scala |  7 ++-
 .../jmap/method/VacationResponseGetMethod.scala    |  6 +--
 .../jmap/method/VacationResponseSetMethod.scala    |  6 +--
 .../org/apache/james/jmap/method/package.scala     | 48 +++++++++++++++++++
 44 files changed, 222 insertions(+), 250 deletions(-)
 create mode 100644 
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/method/package.scala


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

Reply via email to