php-imap
php-imap copied to clipboard
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 a...
PHP 8.1 : strtolower does not accept null value and emit a deprecated error. Exemple : webklex/php-imap/src/Message.php on line 749
ArrayAccess interface is not well implemented for PHP 8.1. Type is missing for methods attributes and return type. https://www.php.net/manual/en/class.arrayaccess.php Bug exemples : Return type of Webklex\PHPIMAP\Attribute::offsetGet(mixed $key) should either be...
**Describe the bug** I have been using this library for 2020 and since this week I have had the following error, it connects to the account but does not read...
Hello, First of thank you very much for maintaining this library! It saved me a ton of time and effort! This PR is in bumping the support PHP version for...
Fixed #224, #98. Hello @Webklex! I've recently got stuck on a problem with the "illegal offset" error while using your package. After debugging and lots of tests performed on real...
**Describe the bug** I'm trying to fetch mail from rediff mail box. Some emails are providing no content found exception **Code to Reproduce** $message->parseBody(); $mailBodies = $message->getBodies(); $mailBody = '';...
**Describe the bug** Email reading issue sometimes its work and sometimes not work properly. **Used config** 'accounts' => [ 'default' => [// account identifier 'host' => env('IMAP_HOST', 'localhost'), 'port' =>...
imap_reopen as imap_open requires folder argument to start with the bracket, ie address
This prevents from erase already parsed tokens.