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** the times i receive the error "connection setup failed" but the configs is right when i try connect in outlook using OAuth2.0, but no is always that...
I am making `$messages = $folder->query()->all()->limit(6, 1)->setFetchOrder('desc')->get(); ` That order by ID but not by date; But when a message was moved from other folder to currently folder, the message...
**Describe the bug** Trying to fetch the flags for a message causes the library to hang forever. **Used config** ``` $cm = new ClientManager($options = []); $client = $cm->make([ 'host'...
Impacted are all versions below v5.3.0. If possible, update to >= v5.3.0 as soon as possible. Impacted was the `Attachment::save` method which could be used to write files to the...
Discord invite on website is broken.
Hello, I 'm trying to fetch flagged mails from a specified folder. I tried: $folder->query()->not()->unflagged()->setFetchBody(false)->leaveUnread()->get(); $folder->query()->not()->where([["UNFLAGGED"]])->leaveUnread()->get(); And some other I don't have now. It throws me this reponse: Too few...
**Describe the bug** I am unable to move email to folder over imap **Used config** default **Code to Reproduce** The troubling code section which produces the reported bug. ```php $client...
Hi there, First of all thanks for your job, nice plugin. I got a notice thrown : Notice: Unknown: Must use comma to separate addresses: Exchange Server (errflg=3) when I...
**Describe the bug** Since we updated PHP-IMAP to version ~5 in a project, we get an error message when calling getFolders() method on a Webklex\PHPIMAP\Client instance. Before version 5 of...
**Describe the bug** When parsing the header of an email where the from field contains a semicolon ";", the from field will not be parsed correctly. Minimal example of such...