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 253 php-imap issues
Sort by recently updated
recently updated
newest added

**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:...

bug
validating

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 ![Снимок](https://user-images.githubusercontent.com/47051058/144561626-62ef52f8-29ad-4a12-8f87-83601fd700b8.PNG)

Feature request

**Describe the bug** When I pass the uid array and run it through foreach to move to another folder it works fine. ![Снимок1](https://user-images.githubusercontent.com/47051058/143020220-66e1100b-3da4-4d2d-aeff-c63246237c8b.PNG) 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...

Feature request

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...

bug
validating

**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...

bug
validating

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']]); //...

enhancement

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...

enhancement
Gmail

**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...

bug
validating
Gmail