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
Webklex\IMAP\Exceptions\GetMessagesFailedException : imap_fetchheader(): Bad message number
at /var/www/xxxx/vendor/webklex/laravel-imap/src/IMAP/Query/Query.php:223
219| }
220|
221| return $messages;
222| } catch (\Exception $e) {
> 223| throw new GetMessagesFailedException($e->getMessage());
224| }
225| }
226|
227| /**
Exception trace:
1 Webklex\IMAP\Query\Query::get()
/var/www/xxx/app/Console/Commands/ParseEmailTicket.php:61
2 App\Console\Commands\ParseEmailTicket::fetchMessages()
/var/www/xxx/app/Console/Commands/ParseEmailTicket.php:32
To Reproduce
Using it with Outlook 365
I m not sure how to reproduce it, because it happens some times, tried different queries but result is the same.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop / Server (please complete the following information):
OS: Ubuntu 16.04
PHP: php7.2 laravel 5.8
Version dev-master
*Additional context
Same issue in previous package versions
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Using it with Outlook 365
I m not sure how to reproduce it, because it happens some times, tried different queries but result is the same.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop / Server (please complete the following information):
*Additional context
Same issue in previous package versions
The text was updated successfully, but these errors were encountered: