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 ab2db33  [Refactoring] MailboxFixture should be an interface
     new 554a32d  [Refactoring] Constant for ALICE_MAILBOX in GetMessagesList
     new 03c7a9d  [Refactoring] MailboxPath::inbox should accept Username
     new 73c23f1  JAMES-2986 NetMatcher's comma-separation requires space to be 
present

The 3 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:
 .../listeners/SetCustomFlagOnBigMessagesTest.java  |   3 +-
 .../apache/james/mailbox/model/MailboxPath.java    |   6 +-
 .../james/mailbox/fixture/MailboxFixture.java      |   4 +-
 .../mailbox/manager/ManagerTestProvisionner.java   |  14 +-
 .../manager/QuotaMessageManagerContract.java       |  27 +-
 .../store/mail/model/ListMessageAssertTest.java    |   2 +-
 .../quota/DefaultUserQuotaRootResolverTest.java    |   2 +-
 .../mailbox/store/quota/QuotaCheckerTest.java      |   2 +-
 .../search/AbstractMessageSearchIndexTest.java     |   4 +-
 .../tools/indexer/CassandraReIndexerImplTest.java  |   2 +-
 .../tools/indexer/MessageIdReIndexerImplTest.java  |   2 +-
 .../mailbox/tools/indexer/ReIndexerImplTest.java   |   2 +-
 .../james/imap/processor/CopyProcessorTest.java    |  45 ++--
 .../imap/processor/GetAnnotationProcessorTest.java |   5 +-
 .../james/imap/processor/MoveProcessorTest.java    |  46 ++--
 .../imap/processor/SetAnnotationProcessorTest.java |   5 +-
 .../processor/base/SelectedMailboxImplTest.java    |   3 +-
 .../org/apache/james/FixingGhostMailboxTest.java   |   4 +-
 .../adapter/mailbox/MailboxManagementTest.java     |   2 +-
 .../dnsservice/library/netmatcher/NetMatcher.java  |   4 +-
 .../library/netmatcher/NetMatcherTest.java         |  10 +
 .../james/transport/mailets/AliasMappingTest.java  |   7 +-
 .../james/transport/matchers/IsOverQuota.java      |   9 +-
 .../mailets/delivery/LocalDeliveryTest.java        |   5 +-
 .../mailets/delivery/SieveIntegrationTest.java     |  40 +--
 .../mailets/delivery/ToRecipientFolderTest.java    |   2 +-
 .../james/transport/matchers/IsOverQuotaTest.java  |   9 +-
 .../jmap/draft/methods/integration/FilterTest.java |   3 +-
 .../integration/GetMessageListMethodTest.java      | 299 +++++++++++----------
 .../methods/integration/SetMessagesMethodTest.java |  24 +-
 .../jmap/draft/methods/GetMailboxesMethodTest.java |   4 +-
 .../james/jmap/draft/model/MailboxFactoryTest.java |  13 +-
 .../hook/MailboxDeliverToRecipientHandler.java     |   2 +-
 .../apache/james/pop3server/POP3ServerTest.java    |  10 +-
 .../EventDeadLettersIntegrationTest.java           |   3 +-
 ...dminServerTaskSerializationIntegrationTest.java |  12 +-
 .../webadmin/routes/ReindexingRoutesTest.java      |   2 +-
 .../james/webadmin/routes/UserQuotaRoutesTest.java |   3 +-
 38 files changed, 317 insertions(+), 324 deletions(-)


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

Reply via email to