You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/09/08 03:10:16 UTC

[james-project] branch master updated (e03f02d -> 1050fa3)

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: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[james-project] 01/01: Merge pull request #635 JAMES-2278 Fix the IMAP QRESYNC "out of bound" issue

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 1050fa3a7d904ae9522ba83ebe76a1d8f65a7629
Merge: e03f02d 4b0b281
Author: Benoit TELLIER <bt...@linagora.com>
AuthorDate: Wed Sep 8 10:10:08 2021 +0700

    Merge pull request #635 JAMES-2278 Fix the IMAP QRESYNC "out of bound" issue

 .../imap/processor/AbstractSelectionProcessor.java | 263 +++++++++++----------
 .../processor/AbstractSelectionProcessorTest.java  |  68 ++++++
 2 files changed, 204 insertions(+), 127 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org