]> git.g-eek.se Git - interimap.git/commitdiff
wibble
authorGuilhem Moulin <guilhem@fripost.org>
Tue, 22 Nov 2016 18:38:36 +0000 (19:38 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Tue, 22 Nov 2016 18:38:36 +0000 (19:38 +0100)
interimap

index 150c754f92b8cde17a6784390a7a35b504455298..eccd3abae01a892efcf128578be7df093f4a3045 100755 (executable)
--- a/interimap
+++ b/interimap
@@ -1208,6 +1208,8 @@ while (1) {
         # we need to issue a NOOP command or go back to AUTH state since the
         # LIST command may not report the correct HIGHESTMODSEQ value for
         # the mailbox currently selected
+        # RFC3501: "The STATUS command MUST NOT be used as a "check for
+        #           new messages in the selected mailbox" operation"
         if (defined $MAILBOX) {
             # Prefer UNSELECT over NOOP commands as it requires a single command per cycle
             if ($lIMAP->incapable('UNSELECT') or $rIMAP->incapable('UNSELECT')) {