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 aa6ac0b  JAMES-3265 RabbitMQ MailQueue should deadletter dropped 
messages
     new 3a0cb98  JAMES-3095 Get mailboxes by ids
     new 672b910  JAMES-3095 Only retrieve requested mailboxes
     new e9a6f8e  JAMES-3095 MailboxValidation refactoring
     new 0551c74  JAMES-3096 refactor default capabilities
     new 6139b01  JAMES-3096 filter properties depending on client provided 
capabilities

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:
 .../DistributedMailboxGetMethodTest.java           |   9 +
 .../contract/MailboxGetMethodContract.scala        | 509 ++++++++++++++++++++-
 .../rfc8621/memory/MemoryMailboxGetMethodTest.java |   9 +
 .../apache/james/jmap/http/SessionSupplier.scala   |  32 +-
 .../org/apache/james/jmap/json/Serializer.scala    |  28 +-
 .../org/apache/james/jmap/mail/MailboxGet.scala    |   4 +-
 .../apache/james/jmap/method/CoreEchoMethod.scala  |   3 +-
 .../james/jmap/method/MailboxGetMethod.scala       |  53 ++-
 .../org/apache/james/jmap/method/Method.scala      |   3 +-
 .../Capabilities.scala}                            |  45 +-
 .../org/apache/james/jmap/model/Capability.scala   |   6 +-
 .../apache/james/jmap/model/MailboxFactory.scala   | 210 +++++----
 .../org/apache/james/jmap/model/Session.scala      |   2 -
 .../apache/james/jmap/routes/JMAPApiRoutes.scala   |   7 +-
 .../jmap/json/MailboxGetSerializationTest.scala    |   6 +-
 .../james/jmap/json/MailboxSerializationTest.scala |   4 +-
 .../james/jmap/method/CoreEchoMethodTest.scala     |   8 +-
 .../james/jmap/model/MailboxValidationTest.scala   | 109 ++---
 18 files changed, 775 insertions(+), 272 deletions(-)
 copy 
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/{http/SessionSupplier.scala
 => model/Capabilities.scala} (52%)


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

Reply via email to