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 2022/03/22 02:03:46 UTC

[james-project] 17/25: JAMES-3722 IMAP SELECT QRESYNC remove TODO

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 3bfdddc2b620daa3acdac949478182cb4a00c811
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Mar 8 15:02:42 2022 +0700

    JAMES-3722 IMAP SELECT QRESYNC remove TODO
    
    RFC says: no need to handle CONSTORE here
---
 .../java/org/apache/james/imap/processor/AbstractSelectionProcessor.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/protocols/imap/src/main/java/org/apache/james/imap/processor/AbstractSelectionProcessor.java b/protocols/imap/src/main/java/org/apache/james/imap/processor/AbstractSelectionProcessor.java
index 07d0bc4..735fbee 100644
--- a/protocols/imap/src/main/java/org/apache/james/imap/processor/AbstractSelectionProcessor.java
+++ b/protocols/imap/src/main/java/org/apache/james/imap/processor/AbstractSelectionProcessor.java
@@ -387,7 +387,6 @@ abstract class AbstractSelectionProcessor<R extends AbstractMailboxSelectionRequ
             sessionMailbox = session.getSelected();
             
         } else {
-            // TODO: Check if we need to handle CONDSTORE there too 
             sessionMailbox = currentMailbox;
         }
         final MailboxMetaData metaData = mailbox.getMetaData(!openReadOnly, mailboxSession, MailboxMetaData.FetchGroup.FIRST_UNSEEN);

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