- Edited
Hello,
since the update a few days ago IMAP is broken again for a specific client application. It is not able to retrieve or store emails. I disabled encryption and and was able to capture the communication with WireShark, this it what it looks like. At some point the server just sends a packet without payland and doesn't respond to the request:
C: (no payload)
S: (no payload)
C: (no payload)
S: * OK [CAPABILITY IMAP4rev1 XLIST SPECIAL-USE UNSELECT UIDPLUS IDLE AUTH=LOGIN LITERAL+ LITERAL-] Service ready
C: 0001 CAPABILITY
S: * CAPABILITY IMAP4rev1 XLIST SPECIAL-USE UNSELECT UIDPLUS IDLE AUTH=LOGIN LITERAL+ LITERAL-
0001 OK CAPABILITY completed
C: 0002 LOGIN mail@domain.tld password
S: 0002 OK logged in
C: 0003 CAPABILITY
S: * CAPABILITY IMAP4rev1 XLIST SPECIAL-USE UNSELECT UIDPLUS IDLE AUTH=LOGIN LITERAL+ LITERAL-
0003 OK CAPABILITY completed
C: 0004 LIST "" "*"
S: * LIST (\HasNoChildren) "/" "INBOX"
* LIST (\HasChildren) "/" "Gel&APY-schte Elemente"
* LIST (\HasNoChildren) "/" "Gel&APY-schte Elemente/Archiv 2021"
(...)
0004 OK LIST completed
C: 0005 SELECT INBOX
S: * 25 EXISTS
* 12 RECENT
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft)] limited
* OK [UNSEEN 25] message 25 is first unseen
* OK [UIDVALIDITY 13] UIDs valid
* OK [UIDNEXT 2235] predicted next UID
* LIST () "/" "INBOX"
0005 OK [READ-WRITE] SELECT completed
C: 0006 STATUS INBOX (UNSEEN)
S: (no payload)
I don't know what's going wrong here. I tried Thunderbird as another IMAP client, it works fine.
Best regards,
Stefan