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** Some incoming emails have inline attachments, but I can not get them with ->attachments(); Idk if I am doing something wrong or it is a bug :D...
Hi, I'm facing some errors when trying to read some emails. A fatal error is always happening ``` PHP Fatal error: Uncaught ErrorException: Unknown: Unexpected characters at end of address:...
Could you please add $uid return when adding post to imap Return $uid after ```$folder->appendMessage( $message, NULL, $ date);``` Now I do it like this 
**Describe the bug** When I pass the uid array and run it through foreach to move to another folder it works fine.  But when I pass the uid array...
**Describe the bug** Most of the time it works as expected. But, from time to time I see this warnings: ``` PHP Warning: stream_socket_client(): SSL: Connection reset by peer in...
Hi @Webklex webklex/laravel-imap version 2.4 webklex/php-imap version 2.5 I'm still trying to get this v2 to prod, was doing some final tests and then ran into a situation where the...
**Describe the bug** I want to query an Inbox, but when some of the returned emails has no content the whole page retrieval breaks with a GetMessagesFailedException (with message "no...
Array of multiple search criteria is not working, just the first one works. ```php // Does not works, just the subject criteria is respected -( $folder->query()->where([['subject' => 'foo'], ['UNSEEN']]); //...
At least on Gmail, I can't get delete to work. It returns true, but does nothing. Manually set 'Deleted' flag on a message does nothing as well. Am I noobing...
**Problem:** When passing **'sequence' => \Webklex\PHPIMAP\IMAP::ST_UID** to **ClientManager**, we can "see" the **attachments** only for the **last message** in the query. I'm on this problem all the day long trying...