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 e03f02d JAMES-1808 if (character > 128) should be changed to if
(character >= 128) (#634)
add a1288a1 JAMES-2278 Variable naming related to QRESYNC should be less
confusing
add 1b6abe4 JAMES-2278 Propose simple test reproducing "Out of bound
error"
add be81ef8 JAMES-2278 Extract AbstractSelectionProcessor::respondVanished
add 23a6f62 JAMES-2278 Extract AbstractSelectionProcessor::recomputeUidSet
add fc63b80 JAMES-2278 Fix the "out of bound" issue
add d734359 JAMES-2278 Fix a typo in a comment
add d6180e0 JAMES-2278 AbstractSelectionProcessor: remove never thrown
exceptions
add 4b0b281 JAMES-2278 AbstractSelectionProcessor: remove uneeded
parameter
new 1050fa3 Merge pull request #635 JAMES-2278 Fix the IMAP QRESYNC "out
of bound" issue
The 1 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:
.../imap/processor/AbstractSelectionProcessor.java | 263 +++++++++++----------
.../processor/AbstractSelectionProcessorTest.java} | 53 +++--
2 files changed, 168 insertions(+), 148 deletions(-)
copy
protocols/imap/src/{main/java/org/apache/james/imap/processor/SelectProcessor.java
=>
test/java/org/apache/james/imap/processor/AbstractSelectionProcessorTest.java}
(54%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]