Author |
|
supergamma Newbie
Joined: 13 September 2009 Location: Italy
Online Status: Offline Posts: 19
|
Posted: 20 December 2017 at 8:46am | IP Logged
|
|
|
Webmail and accout Gmail not order for data?
file settings.xml
<UseSortImapForDateMode>On</UseSortImapForDateMode>
file config.php
'labs.use-date-from-headers' => true,
Does not work.??????
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 December 2017 at 10:14am | IP Logged
|
|
|
Indeed, Gmail doesn't seem to support sorting on IMAP level. When we check capabilities advertised by the server, SORT isn't mentioned anywhere:
Code:
[18:09:13.80][575dccad] IMAP[DATA]: > TAG1 CAPABILITY\r\n
[18:09:13.84][575dccad] IMAP[DATA]: < * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 XYZZY SASL-IR AUTH=XOAUTH2 AUTH=PLAIN AUTH=PLAIN-CLIENTTOKEN AUTH=OAUTHBEARER AUTH=XOAUTH\r\n
[18:09:13.84][575dccad] IMAP[DATA]: < TAG1 OK Thats all she wrote! m22mb1042486082pja\r\n
[18:09:13.84][575dccad] IMAP[SECURE]: > TAG2 LOGIN "our.username@gmail.com" "********"\r\n
[18:09:14.62][575dccad] IMAP[DATA]: < * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE ENABLE MOVE CONDSTORE ESEARCH UTF8=ACCEPT LIST-EXTENDED LIST-STATUS LITERAL- SPECIAL-USE APPENDLIMIT=35651584\r\n |
|
|
Thus, the requirement mentioned on the documentation page:
Quote:
* mailserver must support IMAP SORT extension. |
|
|
is not met. In such conditions, WebMail Pro can only return mails in the same order they're returned by IMAP server, there's no way to affect the order.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|