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...
**Describe the bug** When using $folder->idle() an infinite loop is entered. Happened to discover this since i had Xdebug enabled. It some times worked but when I started deleting mails...
IOS attachments are not fetching. Kindly someone helps me. My email is: [[email protected]](mailto:[email protected])
Hi! As described at #76 we need support for subject that decoded in cyrilic Windows-1251 `Subject: =?Windows-1251?B?z+7k8uLl8Obk5e3o5SDk7vHy4OLq6CDx7u7h+eXt6P8g7eAg4OTw5fEgb3BAbnBwc2Vuc29yLnJ1?= ` For example you may send any mail to [email protected] and wait for...
If someone send a message to bcc, the To tag in the mail header will be ```php To: undisclosed-recipients:; ``` Some SMTP server have the ability to add a **X-Origitanal-To**...
fix #218 As identified by @ellisonpatterson is an error in the return of the UIDs. When `uid_cache` is disabled, a different array structure is returned than when cache is enabled....
Hello there, I need to get proper readable folder list for Daum.net IMAP access. Below is my code for get folder list : $folder = $client->getFolder('*'); Here if I print_r($folder)...
**Describe the bug** `vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php:109`: `RuntimeException: failed to read - connection closed?` when deleting a folder, the folder is deleted successfully, but the exception is still thrown. Also, the `$client->isConnected()` method...
`Type error: Webklex\PHPIMAP\Message::getEvent(): Return value must be of type Webklex\PHPIMAP\Events\Event, string returned` Occurs in PHP 8.1 in /vendor/webklex/php-imap/src/Traits/HasEvents.php on line 63
**Describe the bug** Header::parse removes `` from `message_id`, but not from `in_reply_to`. A message with `Message-ID: ` will have `$message->message_id="[email protected]"` A message with `In-Reply-To: ` will have `$message->in_reply_to=""` As a...
**Describe the bug** The email Attachments I fetch, the content of the attachments are corrupted and not recognized as a base64 string. **Screenshot**  **Desktop / Server (please complete...