You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Benoit Tellier (Jira)" <se...@james.apache.org> on 2022/03/04 10:32:00 UTC

[jira] [Created] (JAMES-3722) IMAP QRESYNC issues

Benoit Tellier created JAMES-3722:
-------------------------------------

             Summary: IMAP QRESYNC issues
                 Key: JAMES-3722
                 URL: https://issues.apache.org/jira/browse/JAMES-3722
             Project: James Server
          Issue Type: Bug
          Components: IMAPServer
    Affects Versions: 3.7.0
            Reporter: Benoit Tellier


When using evolution MUA (evolution in debug mode logs the full IMAP exchange which is convenient) and QRESYNC is enabled, for one mailbox of the account an error is encountered. Evolution complains the response was truncated...

Here is the exchange:

{code:java}
[imapx:I] I/O: 'I00104 SELECT Spam (QRESYNC (203407991 88 2:37 (1,10,28 2,11,29)))'
[imapx:I] I/O: '* FLAGS (\Answered \Deleted \Draft \Flagged \Seen Junk NonJunk $Forwarded)'
[imapx:I] I/O: '* 36 EXISTS'
[imapx:I] I/O: '* 0 RECENT'
[imapx:I] I/O: '* OK [UIDVALIDITY 203407991] UIDs valid'
[imapx:I] I/O: '* OK [UNSEEN 1] MailboxMessage 1 is first unseen'
[imapx:I] I/O: '* OK [PERMANENTFLAGS (\Answered \Deleted \Draft \Flagged \Seen Junk NonJunk $Forwarded \*)] Limited'
[imapx:I] I/O: '* OK [HIGHESTMODSEQ 124] Highest'
[imapx:I] I/O: '* OK [UIDNEXT 38] Predicted next UID'
[imapx:I] I/O: '* VANISHED (EARLIER) '
[imapx:I] I/O: ''
{code}

You can see there is no 'OK' response.

Evolution is then unable to open the mailbox.

Reproduce with a unit test, debug.

While this bug was detected when triaging the Netty 4 pull request, we succeeded to reproduce it on Netty 3 as well.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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