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
637 stars 182 forks source link

markAsRead doesn't work in linux manjaro and php 7.3 #471

Closed msalehipro closed 1 year ago

msalehipro commented 1 year ago

markAsRead doesn't work properly and it has not any errors.

$query = $inbox->messages()->unseen();
$query->markAsRead();

Desktop / Server :

Webklex commented 1 year ago

Hi @madsalehi , many thanks for your report. Please update to the latest release and try again - please note that v5 requires php 8.

If the issue persists even after updating, please enable the debug mode inside your config and head over to: https://github.com/Webklex/php-imap/issues/new?assignees=&labels=&template=bug_report.md

Please try to provide as much information as possible.

Best regards & happy coding,