Webklex / php-imap

PHP-IMAP is a wrapper for common IMAP communication without the need to have the php-imap module installed / enabled. The protocol is completely integrated and therefore supports IMAP IDLE operation and the "new" oAuth authentication process as well.
https://www.php-imap.com
MIT License
308 stars 145 forks source link

feat: client->getFolderPath return null if folder is not set. #506

Open arnolem opened 2 months ago

arnolem commented 2 months ago

For fixing this issue

Webklex\PHPIMAP\Client::getFolderPath(): Return value must be of type string, null returned