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
Thanks for your work on this package, it's really appreciated.
I'm upgrading our application to laravel 8 and noticed you had the new major version 2 available so thought I might as well see if I can upgrade to that while I'm busy.
I've noticed in the new config file that the fetch options isn't available anymore, has this been moved somewhere else?
Hi @ricus-zero2one ,
thanks for your report. Please update the "webklex/php-imap" dependency to the latest version. I've just released a patch to re-enable this behavior and functionality.
Hi @Webklex
Thanks for your work on this package, it's really appreciated.
I'm upgrading our application to laravel 8 and noticed you had the new major version 2 available so thought I might as well see if I can upgrade to that while I'm busy.
I've noticed in the new config file that the fetch options isn't available anymore, has this been moved somewhere else?
My current (pre version 2 config)
I'm specifically referring to to the fetch option which is set to
FT_PEEK
to not mark the message as read on the server.From the old config:
In the new config stub this option / comment has been completely removed.
How can I still ensure that when we retrieve emails from the mail server that it doesn't mark it as read with this option gone?
Thanks in advance
The text was updated successfully, but these errors were encountered: