php-imap icon indicating copy to clipboard operation
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...

Results 266 php-imap issues
Sort by recently updated
recently updated
newest added

The parser incorrectly treats extended header attributes as main attributes. For example, in the header attribute `x-keepsent: XXXX:XXXX-XXXX:XXXX; type=4; name=$KeepSent`, the `name` attribute is mistakenly treated as a main attribute...

bug
validated
Feature request

Hi Team, We are considering using your library and would like to confirm if the latest version 5.x.x supports PHP 8. Thank you!

**Describe the bug** Folder::idle method is broken by https://github.com/Webklex/php-imap/commit/0d61de530e196eb28dea82def899729c7dee84e0, on cloning of client the host (and probably other configs are lost) **Used config** Default config. **Code to Reproduce** ``` php...

When doing : $messages = $folder_->messages()->all()->setFetchOrderDesc()->get(); I sometimes get this error : [26-Sep-2024 10:40:13 Europe/Paris] PHP Warning: Array to string conversion in /apache_sites/jbm/lib_8.2/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php on line 707 [26-Sep-2024 10:40:13 Europe/Paris] PHP...

Hello, I saw a lot of documents concerning the B2B part (it works fine), and no one about the **consumer** mailboxes. I configured everything as expected (I think) I can...

question
Outlook

Fix implicit marking of parameters as nullable, deprecated in PHP 8.4

Hello. There is a sollution to check if a message contain attachments if I set fetchBody to false? I onlyy want to display a file icon after the subject if...

Deleting one email from gmail INBOX throws exception, but it is actualy deleted from INBOX ´´´ [31-Aug-2024 20:38:39 Europe/Berlin] PHP Fatal error: Uncaught Webklex\PHPIMAP\Exceptions\ResponseException: Command failed to process: Causes: -...

Hi, When trying this on an office 365 mailbox it failed. The same for a qq.com or wp.pl mailboxes try { $folders = $imap_client->getFolders(); } catch (\Webklex\PHPIMAP\Exceptions\FolderFetchingException $e) { echo...

Hi, I don't understand why but the bug #129 was closed. I reopen it in this new ticket.