barbushin / php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
MIT License
1.65k stars 459 forks source link

Hacking PHP 8.1 compatibility #636

Closed ThomasLandauer closed 2 years ago

ThomasLandauer commented 2 years ago

Quick & dirty. But since https://php.watch/versions/8.1/IMAPConnection-resource says:

All functions that previously accepted resources accept the new type as well.

This might indeed be all that's needed - at least it works for me ;-)

Closes https://github.com/barbushin/php-imap/issues/624

Sebbo94BY commented 2 years ago

I... expected a lot more changes. :D