Webklex / laravel-imap

Laravel IMAP is an easy way to integrate both the native php-imap module and an extended custom imap protocol into your Laravel app.
https://www.php-imap.com
MIT License
641 stars 182 forks source link

sort is not working #417

Closed mjac1521 closed 3 years ago

mjac1521 commented 3 years ago

I created a email interface using your library and I can't sort email newest first, the emails are always ordered oldest fist.

I am using php8, postfix, dovecot, and apache all of its last version.

do you have seen this issue before or have an idea why it is not sorting newest first?

I appreciate any help

Sincerely Maykel

Webklex commented 3 years ago

Hi @mjac1521 , many thanks for your report. Unfortunately this is the wrong repository.

Please head over to https://github.com/Webklex/php-imap/issues/new?assignees=&labels=&template=bug_report.md and try to be as precise as possible. Also consider to add some example date which would be required to replicate the issue.

Best regards,