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
Resolution: use codes
"$messageNumbers = imap_sort($this->connection->getResource(),SORTDATE,1, \SE_UID, $query);"
replace
"$messageNumbers = imap_search($this->connection->getResource(), $query, \SE_UID)"
in line 63 in file Mailbox.php
I need to sort all messages in lists.
The text was updated successfully, but these errors were encountered: