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

problem with imap fetch #426

Closed fadedshadowx closed 2 years ago

fadedshadowx commented 2 years ago

Using the command described in https://github.com/Webklex/laravel-imap/issues/352 everything works fine if the messages come in short intervals. If I suddenly receive 2-3 messages in one second, 1-2 messages are not fetched and are not marked as read even.

PHP 7.4.19 laravel-imap 2.4.0 php-imap 2.7.2