This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 08c46e3  James-3385: update Email/Query documentation
     new 264f73d  JAMES-3387 require accountId to be one of the accounts of the 
authenticated user
     new 5e0d014  JAMES-3387 validate accountId for email/get
     new 4b789e3  JAMES-3387 validate accountId for email/query
     new a667ad5  JAMES-3387 refactor extract InvocationWithContext
     new 60732e1  JAMES-3387 validate accountId for mailbox/get
     new 5065639  JAMES-3387 validate accountId form mailbox/query
     new c532fad  JAMES-3387 validate accountId for vacationResponse/get
     new d124e2b  JAMES-3387 validate accountId for vacationResponse/set

The 8 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:
 .../rfc8621/contract/EmailGetMethodContract.scala  |  39 ++++
 .../contract/EmailQueryMethodContract.scala        | 243 +++++++--------------
 .../contract/MailboxGetMethodContract.scala        |  41 ++++
 .../contract/MailboxQueryMethodContract.scala      |  40 ++++
 .../contract/MailboxSetMethodContract.scala        |  47 ++++
 .../VacationResponseGetMethodContract.scala        |  41 ++++
 .../VacationResponseSetMethodContract.scala        |  50 +++++
 .../org/apache/james/jmap/mail/EmailGet.scala      |   3 +-
 .../org/apache/james/jmap/mail/EmailQuery.scala    |   3 +-
 .../org/apache/james/jmap/mail/MailboxGet.scala    |   3 +-
 .../org/apache/james/jmap/mail/MailboxQuery.scala  |   3 +-
 .../org/apache/james/jmap/mail/MailboxSet.scala    |   4 +-
 .../james/jmap/mail/VacationResponseGet.scala      |   3 +-
 .../apache/james/jmap/method/CoreEchoMethod.scala  |   5 +-
 .../apache/james/jmap/method/EmailGetMethod.scala  |  23 +-
 .../james/jmap/method/EmailQueryMethod.scala       |  44 ++--
 .../james/jmap/method/MailboxGetMethod.scala       |  46 ++--
 .../james/jmap/method/MailboxQueryMethod.scala     |  33 +--
 .../james/jmap/method/MailboxSetMethod.scala       |  22 +-
 .../org/apache/james/jmap/method/Method.scala      |  59 ++++-
 .../jmap/method/VacationResponseGetMethod.scala    |  59 +++--
 .../jmap/method/VacationResponseSetMethod.scala    |  25 +--
 .../apache/james/jmap/routes/JMAPApiRoutes.scala   |  50 ++---
 .../james/jmap/vacation/VacationResponseSet.scala  |   3 +-
 .../james/jmap/method/CoreEchoMethodTest.scala     |   8 +-
 .../james/jmap/routes/JMAPApiRoutesTest.scala      |  12 +-
 26 files changed, 560 insertions(+), 349 deletions(-)


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

Reply via email to