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** This is more a bug with Gmail but it returns folders with the flag "\Noselect" instead of "\NoSelect" so the `Folder` class does not get the `no_select`...

**Is your feature request related to a problem? Please describe.** Better typing for return values to allow for more successful prompts when function chaining. **Describe the solution you'd like** For...

**Describe the bug** Running into issue with message "Empty response" when delete is used on Google (both free gmail and g-suite account). **Used config** ``` $options = [ 'options' =>...

question
Gmail

**// Get the messages in the inbox** $messages = $folder->messages()->all(); **// Paginate the messages in descending order and retrieve 5 items per page** $messages = $messages->setFetchOrder("desc")->paginate(5); **// Reverse the order...

First of, thank you for this package! Its a great library that has had a great and positive impact on our work. While using this package I found that the...

String usually looks like ```TXT =?UTF-8?B?W2xoci5vbmVjbG91dC5jb21dIENsaWVudCBjb25maWd1cmF0aW9u?= =?UTF-8?B?IHNldHRpbmdzIGZvciDigJxzYWltLmZhcm9vcUBsaHIub25lY2xvdXQuY29t?= =?UTF-8?B?4oCdLg==?= ``` ![image](https://github.com/Webklex/php-imap/assets/19898499/820911e9-27c5-42f7-b71b-4f9a8fa63650) But the issue is it happened on Capnel-generated emails which are like this is your IMAP or POP etc settings...

**Describe the bug** The [Client](https://github.com/Webklex/php-imap/blob/master/src/Client.php#L586) uses full_name of a folder instead of path of a folder to query for subfolders. This leads to exceptions if there are umlauts (mutated vowels)...

bug
validating

**Describe the bug** When I use folder-> idle() to get new message and I sent 2 email at same time. In mail client I get 2 mails. but in idle()...

**Describe the bug** In some cases, the attachments (file)names are not correctly decoded and contain invalid characters. This happens for names encoded like this: `ISO-8859-1''caf%E9.txt`. Note that it's not using...

bug
validating

**Describe the bug** When i load an underliverable message report (contenttype = multipart/report), I get the following error "Unknown: Unexpected characters at end of address: (errflg=3)". The error shown at...