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 acb10d3 JAMES-3715 netty-all dependency in protocols-imap4 is no longer needed for testing new 94365ff [FIX] UidValidity generate fails for Long.MIN_VALUE new 6417a48 JAMES-3722 Tests for QRESYNC new 677c003 JAMES-3722 Don't mix highest modseq and highest modseq for which deletion occurs new 908d064 JAMES-3722 SELECT + QRESYNC cosmetic fix new f5fa4d4 JAMES-3722 Avoid sending empty VANISHED responses new 72596a0 JAMES-3722 Remove no longer used parameters in AbstractSelectionProcessor new 5ee4973 JAMES-3722 More tests for QRESYNC new c0ac4ca JAMES-3722 IMAP FETCH parsing should support several modifiers new e0e4f90 JAMES-3722 IMAP SELECT should return CLOSED responses upon implicit selected mailbox changes new 63f93c4 JAMES-3722 Test IMAP CLOSE in regard of QRESYNC new 80ab117 JAMES-3722 Test IMAP SELECT optional parameters in regard of QRESYNC new 824e8f6 JAMES-3722 SELECT + QRESYNC did not comply with formal syntax new 3c4c46c JAMES-3722 Tests for IMAP SELECT QRESYNC known sequences application new e33ef69 JAMES-3722 Fix for IMAP SELECT QRESYNC known sequences application new 7a72dca JAMES-3722 Refactor range filtering new 179c8c7 JAMES-3722 IMAP SELECT QRESYNC remove TODO new 3bfdddc JAMES-3722 IMAP SELECT QRESYNC remove TODO new 389310b JAMES-3722 IMAP SELECT QRESYNC another small code extraction new a5356f8 JAMES-3722 Add a test: enable QRESYNC with a mailbox selected new 4d9962a JAMES-3722 Manage SocketChannel in IMAP QRESYNC test with JUNIT new 0263fa7 JAMES-3722 Few tests for IMAP CONDSTORE RFC-4551 new cea3297 JAMES-3722 SELECT do not supports CONDSTORE to be immediately followed by a ')' new 41421a5 JAMES-3722 CONDSTORE/QRESYNC tests fixes new b66294d JAMES-3722 Parse an arbitrary number of IMAP FETCH modifiers new b2260d9 JAMES-3722 Apply some review comments The 25 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: .../apache/james/mailbox/model/UidValidity.java | 8 +- .../james/mailbox/model/UidValidityTest.java | 6 + .../james/imap/decode/ImapRequestLineReader.java | 2 +- .../parser/AbstractSelectionCommandParser.java | 20 +- .../imap/decode/parser/FetchCommandParser.java | 40 +- .../imap/processor/AbstractMailboxProcessor.java | 59 +- .../imap/processor/AbstractSelectionProcessor.java | 152 ++--- .../james/imap/processor/fetch/FetchProcessor.java | 2 +- .../james/imapserver/netty/IMAPServerTest.java | 760 +++++++++++++++++++++ 9 files changed, 887 insertions(+), 162 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org