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 513d2cb  JAMES-3436 Email/set create - syntax error validation
     new 17d98a0  JAMES-3436 Email/set create: Support keywords
     new 8e83fe5  JAMES-3436 Email/set create: Support receivedAt
     new 26784d5  JAMES-3436 Email/set create: Support convenience address 
headers
     new 370abe3  JAMES-3436 Email/set create: Multiple Sender addresses should 
be supported
     new f781ad0  JAMES-3436 Email/set create: Support sentAt
     new 08c28e9  JAMES-3436 Email/set create: Support convenience messageId 
headers
     new 432f2d6  JAMES-3408 Limit concurrency when retrieving mailbox counters
     new 4f6529b  JAMES-3437 MemoryMailQueueFactory should be a singleton
     new 05a38ba  MAILBOX-401 Demonstrate '-' causes address matching to fail
     new 85a9af8  Update RabbitMQConnectionFactory.java

The 10 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:
 .../rabbitmq/RabbitMQConnectionFactory.java        |   4 +
 .../ElasticSearchIntegrationTest.java              |  97 ++++++
 .../james/mailbox/store/StoreMailboxManager.java   |   4 +-
 .../modules/server/MemoryMailQueueModule.java      |   3 +-
 .../rfc8621/contract/EmailGetMethodContract.scala  |   6 +-
 .../rfc8621/contract/EmailSetMethodContract.scala  | 357 ++++++++++++++++++++-
 .../james/jmap/json/EmailGetSerializer.scala       |   3 +-
 .../james/jmap/json/EmailSetSerializer.scala       |  16 +-
 .../scala/org/apache/james/jmap/json/package.scala |   8 +
 .../scala/org/apache/james/jmap/mail/Email.scala   |  15 +-
 .../org/apache/james/jmap/mail/EmailAddress.scala  |  23 +-
 .../org/apache/james/jmap/mail/EmailHeader.scala   |  13 +-
 .../org/apache/james/jmap/mail/EmailSet.scala      |  31 +-
 .../apache/james/jmap/method/EmailSetMethod.scala  |  12 +-
 .../integration/WebAdminServerIntegrationTest.java |   3 +-
 15 files changed, 560 insertions(+), 35 deletions(-)


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

Reply via email to