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 i try to search all folders using $client->getFolders() method the script just gets into infinite loop. I tried to debug it by myself and find out...
Which version of IMAP RFC is supported by the package? Could we add the information to the documentation?
**Describe the bug** I have a server running Courier IMAP, deleting messages and sending an expunge works perfectly but because I'm required to keep the messages on the server, move...
**Describe the bug** When the messages are getting by chunked function and one of this has problem the counter used in the function is wrong and the while condition looped...
**Describe the bug** Mcrypt is deprecated and I think not used in the code. However, it is still mentioned here: https://www.php-imap.com/installation Can you update the documentation? **Expected behavior** Not mention...
**Is your feature request related to a problem? Please describe.** I need to present to the user the "oldest" message per folder/s & mailboxes and the times are different than...
Simple code from example: ``` $client->connect(); //Get all Mailboxes /** @var \Webklex\PHPIMAP\Support\FolderCollection $folders */ $folders = $client->getFolders(); //Loop through every Mailbox /** @var \Webklex\PHPIMAP\Folder $folder */ foreach($folders as $folder){ //Get...
**Describe the bug** Raw email contains in my case only one attachment, and Message object also, but after calling parseBody() additional attachments is added, the same as first one **Code...
Fetching the message from the server If mail has any images in email like logos/icons etc treated as attachments along with actual attachments how can I get only the actual...
Fixes for issue #486