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 b348a27 JAMES-3295 Integration tests RemoteDeliveryErrorHandlingTest new 95ab2ec JAMES-2982 Improve Username validation error messages new 3a9c255 JAMES-3295 RemoteDelivery should attach error code to bounced mails new e995a08 JAMES-3265 Fasten fetching all flags new b5f6d6d JAMES-3265 IMAP FETCH reading lastUid and lastModseq should be optional new c21904c Fix default Cassandra LDAP configuration new 0310301 JAMES-3300 set useConnectionPool to false by default 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: .../main/java/org/apache/james/core/Username.java | 8 +- .../destination/conf/mailetcontainer.xml | 1 + .../org/apache/james/mailbox/MessageManager.java | 4 + .../apache/james/mailbox/MailboxManagerTest.java | 58 +++++++++++ .../cassandra/mail/CassandraMessageMapper.java | 6 ++ .../james/mailbox/store/StoreMessageManager.java | 8 ++ .../james/mailbox/store/mail/MessageMapper.java | 14 +++ .../apache/james/imap/api/message/FetchData.java | 10 ++ .../james/imap/processor/fetch/FetchProcessor.java | 97 +++++++++++++----- .../imap/processor/fetch/FetchResponseBuilder.java | 92 ++++++++++++----- .../user/ldap/LdapRepositoryConfiguration.java | 6 +- .../transport/mailets/remote/delivery/Bouncer.java | 13 ++- .../mailets/remote/delivery/BouncerTest.java | 113 +++++++++++++++++++++ .../james/webadmin/routes/MappingRoutesTest.java | 2 +- .../webadmin/routes/UserMailboxesRoutesTest.java | 2 +- .../service/MailboxesExportRequestToTaskTest.java | 2 +- upgrade-instructions.md | 12 +++ 17 files changed, 384 insertions(+), 64 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org