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

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


    from 5bdee08  JAMES-3261 Guice memory docker should reuse guice memory ZIP 
app
     new 9fedbf7  JAMES-3557 Changes collectors should be ordered
     new 0a1cf6d  JAMES-3277 Distinct uids before calling toRanges
     new 50bd76c  JAMES-3557 */changes: Fail explicitly when too much entries 
on a single change
     new 0eed325  JAMES-3557 JMAP */changes: Increase default maxChanges 5 -> 
256
     new 0ae5c19  JAMES-3434 Refactoring: EmailSubmissionSetMethod should not 
rely on nested clases
     new 2b4fa80  JAMES-3525 verifyIdentity should not fail on null sender

The 6 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:
 ...ractSenderAuthIdentifyVerificationRcptHook.java |   6 +-
 .../modules/mailbox/CassandraMailboxModule.java    |   4 +
 .../james/modules/mailbox/MemoryMailboxModule.java |   4 +
 .../change/CassandraEmailChangeRepository.java     |  15 +--
 .../change/CassandraMailboxChangeRepository.java   |  15 +--
 .../change/CassandraEmailChangeRepositoryTest.java |   2 +-
 .../CassandraMailboxChangeRepositoryTest.java      |   3 +-
 ...e.java => CanNotCalculateChangesException.java} |   8 +-
 .../apache/james/jmap/api/change/EmailChanges.java |   6 +-
 .../james/jmap/api/change/MailboxChanges.java      |   6 +-
 .../memory/change/MemoryEmailChangeRepository.java |  14 ++-
 .../change/MemoryMailboxChangeRepository.java      |  18 ++--
 .../api/change/EmailChangeRepositoryContract.java  |  28 +++---
 .../change/MailboxChangeRepositoryContract.java    |  12 ++-
 .../change/MemoryEmailChangeRepositoryTest.java    |   3 +-
 .../change/MemoryMailboxChangeRepositoryTest.java  |   4 +-
 .../james/smtp/SmtpIdentityVerificationTest.java   |  37 +++++++
 .../DistributedEmailChangeMethodTest.java          |   9 +-
 .../DistributedMailboxChangeMethodTest.java        |   9 +-
 .../contract/EmailChangesMethodContract.scala      | 110 +++++++++++++++++++++
 .../memory/MemoryEmailChangesMethodTest.java       |   9 +-
 .../memory/MemoryMailboxChangesMethodTest.java     |   9 +-
 .../james/jmap/method/EmailChangesMethod.scala     |   8 +-
 .../jmap/method/EmailSetUpdatePerformer.scala      |   2 +-
 .../jmap/method/EmailSubmissionSetMethod.scala     |  55 +++++------
 .../james/jmap/method/MailboxChangesMethod.scala   |   8 +-
 .../jmap/change/MailboxChangeListenerTest.scala    |   9 +-
 .../org/apache/james/utils/SMTPMessageSender.java  |  11 +++
 28 files changed, 326 insertions(+), 98 deletions(-)
 copy 
server/data/data-jmap/src/main/java/org/apache/james/jmap/api/change/{JmapChange.java
 => CanNotCalculateChangesException.java} (88%)

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

Reply via email to