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 678397f  Merge pull request #201 from dleangen/docs/concepts/storage
     new a0534da  JAMES-3355 Mailbox/set destroy implementation
     new 8b360fa  JAMES-3356 Allow the use of MailboxCreationId as arguments of 
destroy
     new 6e15127  JAMES-3356 Refactoring: unify error handling for mailbox 
creation parsing/handling
     new 5aaedd1  JAMES-3356 Allow the use of Mailbox CreationId for parentId
     new 2a78c15  JAMES-3356 Refactor: simplify createResponse
     new 6e8161f  JAMES-3356 Allow the use of creationIds in Mailbox/Get
     new 8852e1d  JAMES-3356 Fix cosmetic issues in MailboxSetMethodContract
     new 2afc8e9  JAMES-3357 Mailbox/set create should handle isSubscribed
     new 4d0a14f  JAMES-3357 Mailbox/set destroy should handle isSubscribed
     new 8bd2880  JAMES-3357 MailboxSetMethodContract: add missing spaces
     new 167c6d5  JAMES-3357 MailboxSetMethodContract: respect indent 
conventions

The 11 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:
 .../contract/MailboxGetMethodContract.scala        |   82 ++
 .../contract/MailboxSetMethodContract.scala        | 1128 +++++++++++++++++++-
 .../org/apache/james/jmap/json/Serializer.scala    |   15 +-
 .../org/apache/james/jmap/mail/MailboxGet.scala    |    6 +-
 .../org/apache/james/jmap/mail/MailboxSet.scala    |   22 +-
 .../apache/james/jmap/method/CoreEchoMethod.scala  |    3 +-
 .../james/jmap/method/MailboxGetMethod.scala       |   19 +-
 .../james/jmap/method/MailboxSetMethod.scala       |  238 +++--
 .../org/apache/james/jmap/method/Method.scala      |    3 +-
 .../scala/org/apache/james/jmap/model/Id.scala     |   11 +-
 .../org/apache/james/jmap/model/Invocation.scala   |    1 -
 .../apache/james/jmap/model/RequestObject.scala    |   11 +-
 .../apache/james/jmap/routes/JMAPApiRoutes.scala   |   10 +-
 .../james/jmap/routes/ProcessingContext.scala      |   52 +
 .../jmap/json/MailboxGetSerializationTest.scala    |   17 +-
 .../james/jmap/method/CoreEchoMethodTest.scala     |    5 +-
 .../james/jmap/routes/JMAPApiRoutesTest.scala      |    2 +-
 17 files changed, 1508 insertions(+), 117 deletions(-)
 create mode 100644 
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/ProcessingContext.scala


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

Reply via email to