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 74b7682  JAMES-3359 Add tests to demystify Mailbox/set update parentId 
data races
     new 0faf47a  JAMES-3439 Include inline attachments
     new c1a920d  JAMES-3439 Wrap inline attachments in multipart/related
     new 4ebd13d  JAMES-3439 Email/set create: Simplify mime structure when 
possible
     new 71e12dd  JAMES-3439 Various refactorings regarding Email/set create 
attachments (mixed)
     new 900bc9c  JAMES-3442 Email/set create position multipart/alternative 
for text/html
     new d2f466c  JAMES-3171 Enhance MailboxGetMethod reactive management
     new 7fa59de  JAMES-3171 Limit concurrency in JMAP methods
     new c9305e3  JAMES-3378 Email/query keywords should be case incentive
     new 87b3678  JAMES-3373 Avoid using hamcrest
     new 433162e  JAMES-3413 Email/set updateValidation message should pass on 
distributed james
     new 6736651  JAMES-3432 UploadRoutes error handling and schedulers
     new a44eac6  JAMES-3377 Split case sensitivity test case for subject

The 12 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:
 .../elasticsearch/MailboxMappingFactory.java       |    1 +
 .../search/AbstractMessageSearchIndexTest.java     |    8 +
 .../distributed/DistributedEmailSetMethodTest.java |    5 +
 .../jmap/rfc8621/contract/DownloadContract.scala   |   15 +-
 .../rfc8621/contract/EmailGetMethodContract.scala  |    4 +-
 .../contract/EmailQueryMethodContract.scala        |   61 +-
 .../rfc8621/contract/EmailSetMethodContract.scala  | 1355 +++++++++++++++++---
 .../rfc8621/memory/MemoryEmailSetMethodTest.java   |    5 +
 .../org/apache/james/jmap/mail/EmailSet.scala      |  122 +-
 .../jmap/method/EmailSetCreatePerformer.scala      |    4 +-
 .../jmap/method/EmailSetUpdatePerformer.scala      |    2 +-
 .../james/jmap/method/MailboxGetMethod.scala       |   30 +-
 .../jmap/method/MailboxSetDeletePerformer.scala    |    3 +-
 .../jmap/method/MailboxSetUpdatePerformer.scala    |    7 +-
 .../apache/james/jmap/routes/UploadRoutes.scala    |   33 +-
 15 files changed, 1430 insertions(+), 225 deletions(-)


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

Reply via email to