Open chibenwa opened 9 months ago
Regression.
Given I sort by sender name my inbox, got the following request:
If I open the first element in the list the ID is 67ec9fa0-2d57-11ef-a845-bb314806fd1
so the order is taken from Email/get
request and not from Email/query
request as it should.
https://tmail.linagora.com/ version 0.13.5
Description
Currently with advanced search options TMail sorts results based on their appearence order within the
Email/get
But jmap spec says for EMail/get:
We should rely on the order of Email/query in order to sort the display.
Side notes
Follow the sort order of Email/query first then if not good don't try dirty patches but discuss with me / backend team afterward
Proof
b76e5900-b918-11ee-852f-45d865aafa43
is displayed on top while James says not to do this...