You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gnome Evolution isn't working with the updated ProtonBridge. Debug logging shows this series of commands
[imapx:B] I/O: LOGIN...
[imapx:B] I/O: 'B00055 OK [CAPABILITY IDLE IMAP4rev1 MOVE STARTTLS UIDPLUS UNSELECT] Logged in'
[imapx:B] I/O: 'B00056 LIST "" INBOX'
[imapx:B] I/O: 'B00056 OK LIST'
[imapx:B] I/O: 'B00057 LSUB "" INBOX'
[imapx:B] I/O: 'B00057 OK LSUB'
[imapx:B] I/O: 'B00058 LIST "" INBOX'
[imapx:B] I/O: 'B00058 OK LIST'
[imapx:B] I/O: 'B00059 LSUB "" INBOX'
[imapx:B] I/O: 'B00059 OK LSUB'
The symptom inside Evolution is no visible folders. This is new for the Gluon version of ProtonBridge. Emulating this through IMAP literals by way of openssl s_client -connect localhost:1143 -starttls imap -crlf I can reproduce this.
A007 LSUB "" INBOX
A007 OK LSUB
Indicating no folders. Experimenting with other parameters I can get a folder list through:
A0001 OK [CAPABILITY IDLE IMAP4rev1 MOVE STARTTLS UIDPLUS UNSELECT] Logged in
IMAP4rev1 is defined in RFC3501. Section 5.1 includes this definition
The case-insensitive mailbox name INBOX is a special name reserved to
mean "the primary mailbox for this user on this server". The
interpretation of all other names is implementation-dependent.
The text was updated successfully, but these errors were encountered:
Gnome Evolution isn't working with the updated ProtonBridge. Debug logging shows this series of commands
The symptom inside Evolution is no visible folders. This is new for the Gluon version of ProtonBridge. Emulating this through IMAP literals by way of
openssl s_client -connect localhost:1143 -starttls imap -crlf
I can reproduce this.Indicating no folders. Experimenting with other parameters I can get a folder list through:
This looks like Gluon is not respecting RFCs.
IMAP4rev1 is defined in RFC3501. Section 5.1 includes this definition
The text was updated successfully, but these errors were encountered: