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:45 UTC

[james-project] 16/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 179c8c700bb3755b210984936515f4db15c21076
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Mar 8 15:01:56 2022 +0700

    JAMES-3722 IMAP SELECT QRESYNC remove TODO
    
    Known sequence trick already act in practice as a decent limitation for sent
    vanished responses
---
 .../org/apache/james/imap/processor/AbstractSelectionProcessor.java    | 3 ---
 1 file changed, 3 deletions(-)

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 dae539c..07d0bc4 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
@@ -238,9 +238,6 @@ abstract class AbstractSelectionProcessor<R extends AbstractMailboxSelectionRequ
             }
         }
 
-        // TODO: Reconsider if we can do something to make the handling better. Maybe at least cache the triplets for the expunged
-        //       while have the server running. This could maybe allow us to not return every expunged message all the time
-        //
         //      As we don't store the <<MSN, UID>, <MODSEQ>> in a permanent way its the best to just ignore it here.
         //
         //      From RFC5162 4.1. Server Implementations That Don't Store Extra State

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