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** I've tested several ways to have outlook move my emails upon receiving so ESET antivirus can analyze them before i show them in Web. When I receive...

Outlook

**Describe the bug** Folder listing is very fast but as soon as it starts to fetch messages it is very slow. **Code to Reproduce** ```php $cm = new ClientManager($options =...

Gmail

Anyone experience this error **Fatal error: Uncaught Error: Call to a member function make() on null in vendor/illuminate/pagination/LengthAwarePaginator.php:91**? This is my sample code: ``` $cm = new \Webklex\PHPIMAP\ClientManager([]); $client =...

bug
validating
More information required

**Describe the bug** Most of the time it works as expected. But, from time to time I see this warning: `PHP Warning: fwrite(): SSL: Broken pipe in /var/www/vhosts/…/imap_idle/Connection/Protocols/ImapProtocol.php on line...

Feature request

Hi everybody, first of all I would like to thank you all for reporting issues, asking questions and creating new pull requests. You are amazing! Given the recent increase in...

help wanted

**Is your feature request related to a problem? Please describe.** It's currently not possible to use this project to create new messages. **Describe the solution you'd like** An ability to...

enhancement

Most of servers support user defined flags which are reported in response: OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk Junk **\\***) Message method setFlag support's only slashed flags, because...

enhancement
Feature request

**Describe the bug** Email content from some senders are parsed as file attachment. In this case email body is empty and email has 2 file attachments with no name. One...

i read 20 messages from inbox, but only copy 10, when i run again copy 5.. foreach($aMessage as $oMessage){ if($oMessage->move("INBOX.Importados")){

I want to move message from folder INBOX to another folder, i am try follow code: ``` $client->connect(); //Get all Mailboxes /** @var \Webklex\IMAP\Support\FolderCollection $folders */ $folders = $client->getFolder('INBOX'); /**...