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 70e18bf  JAMES-3377 Email/query implement hasAttachment FilterCondition
     new 8c8e573  MAILBOX-392 WebAdmin documentation: creation of mailboxes 
with '&' is allowed
     new 982ef90  JAMES-3383: Email/Query expose allowed sort in 
accountCapabilities
     new 9d88007  JAMES-3382 email/query implement position
     new c006b02  JAMES-3382 refuse negative position

The 4 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:
 .../pages/distributed/operate/webadmin.adoc        |   2 +-
 .../contract/EmailQueryMethodContract.scala        | 261 ++++++++++++++++++++-
 .../rfc8621/contract/SessionRoutesContract.scala   |   4 +-
 .../james/jmap/json/EmailQuerySerializer.scala     |   4 +-
 .../james/jmap/json/MailboxQuerySerializer.scala   |   1 -
 .../org/apache/james/jmap/mail/EmailQuery.scala    |   5 +-
 .../org/apache/james/jmap/mail/MailboxQuery.scala  |   1 +
 .../james/jmap/method/EmailQueryMethod.scala       |   9 +-
 .../org/apache/james/jmap/model/Capabilities.scala |   2 +-
 .../scala/org/apache/james/jmap/model/Query.scala  |  17 +-
 .../apache/james/jmap/http/SessionRoutesTest.scala |   4 +-
 src/site/markdown/server/manage-webadmin.md        |   2 +-
 12 files changed, 291 insertions(+), 21 deletions(-)


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

Reply via email to