Open chriswalg opened 3 years ago
This Package ist currently not working with PHP8, since PHP8 adds type safety to imap_delete and the BounceMailHandler is set to "strict types" although it passes int's in imap_delete's second argument.
As soon as these two calls are refactored, this package could be used with php8: \BounceMailHandler::879 \BounceMailHandler::920
If you don't need to delete messages, you're perfectly fine by setting BounceMailHandler::$testMode to true as a workaround.
Thanks for the info. It's currently not on my priority, but maybe you can create a pull request for the error and I will check that? ☑
This issue should be closed by #17, I guess.
Thanks @chriswalg, @siemendev, @voku, and @perk11 for your contributions.
is bounce-mail-handler running and supported on PHP 8?