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 7b951c1  JAMES-3401 Handle Deserialize for FilterCondition when 
passing unsupported filter option on EmailQuery/MailboxQuery
     new 08e3d1d  JAMES-3404 Implicitly handle client id resolution with JSON 
substitution
     new d3234f5  JAMES-3404 Demonstrate Email/query handle client id 
resolution for mailbox filters
     new a7a6546  JAMES-3382 Email/query limit & position integration test fix

The 3 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/EmailQueryMethodContract.scala        | 230 +++++++++++++++++++--
 .../contract/MailboxSetMethodContract.scala        |  10 +-
 .../apache/james/jmap/json/MailboxSerializer.scala |   3 +-
 .../james/jmap/json/VacationSerializer.scala       |  14 +-
 .../org/apache/james/jmap/mail/MailboxGet.scala    |  28 ++-
 .../org/apache/james/jmap/mail/MailboxSet.scala    |  30 +--
 .../apache/james/jmap/mail/VacationResponse.scala  |   1 +
 .../james/jmap/method/MailboxGetMethod.scala       |  15 +-
 .../james/jmap/method/MailboxSetMethod.scala       |  46 +++--
 .../jmap/method/VacationResponseGetMethod.scala    |  13 +-
 .../james/jmap/routes/ProcessingContext.scala      |  45 ++--
 .../jmap/json/MailboxGetSerializationTest.scala    |  18 +-
 .../VacationResponseGetSerializationTest.scala     |   3 -
 13 files changed, 326 insertions(+), 130 deletions(-)


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

Reply via email to