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
Hey, I know the issue is a little over a year old, but try to iterate over your messages using the reverse() function.
ex. ($folder->messages()->get())->reverse()
Also in the config I have switched to using 'sequence' => IMAP::ST_MSGN,
Hi @foRsxs ,
many thanks for your report. Unfortunately I'm unable to reproduce the issue at this point.
Perhaps you are using an outdated version of webklex/php-imap? If that's the case, please update it to the latest version. This laravel-wrapper fully relies on the functionality of webklex/php-imap.
If the issue still persists, please head over here (https://github.com/Webklex/php-imap/issues/new?template=bug_report.md) and create a new issue. If you do, please provide as much information as possible (such as a failing test case or anything else which could help to reproduce the issue).
The error is
Causes:
- Empty response
Error occurred {"exception":"[object] (Webklex\PHPIMAP\Exceptions\ResponseException(code: 0): Command failed to process:
Causes:
\t- Empty response
Error occurred at .../vendor/webklex/php-imap/src/Exceptions/ResponseException.php:53)
The text was updated successfully, but these errors were encountered: