-
Hi, I am using an IMAP account provided by OVH (Email pro solution) withing SnappyMail. In the UI there is a button saying the server does not allow sorting (French translation of "[title]MESSAGE_LIST/NO_SORT"). But in other webmails (ex: OWA, which is provided by OVH, or K9 on Android) it works fine. How can I debug/solve it? Maybe this helps?
Regards |
Beta Was this translation helpful? Give feedback.
Answered by
cm-schl
Sep 22, 2023
Replies: 1 comment 1 reply
-
If you look at and the following lines there, your IMAP must support the "SORT" capability... Probably (not 100% sure) the fact that OWA and other clients work is simply because these implement a own sorting that does not use the IMAP sorting feature... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nicofrand
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you look at
snappymail/dev/View/User/MailBox/MessageList.js
Line 114 in 49010a7