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

Webklex\PHPIMAP\Connection\Protocols\ImapProtocol::moveMessage(): Return value must be of type bool, array returned When moving message the above error is displayed. The move is successful but error is logged.

Hi, I'm trying to read mailboxes using this library, obtaining the correct access token, but when I try to use the token I got the error "NO AUTHENTICATE failed". I...

question
Outlook

**Describe the bug** I'm able to successfully create a connection, but then I'm getting a "failed to read - connection closed?" error when I try to query for messages. **Used...

Gmail

**Describe the bug** Webklex\PHPIMAP\Connection\Protocols\ImapProtocol::createFolder(): Return value must be of type bool, null returned **Used config** default **Code to Reproduce** The troubling code section which produces the reported bug. ```php $client...

bug
validated

idle function not returning any message when new mail comes Config: ```php 'custom' => [ 'host' => 'outlook.office365.com', 'port' => 993, 'encryption' => "ssl", 'validate_cert' => true, 'username' => 'email@my_domain.com',...

bug
validated
Outlook

Hello! Can u help me? When I try to see the message. The message has an inline attachment and it is an image but I can't see the image in...

question

Resolved an issue when the start chunks value was > 1 an infinite loop would be created as handled messages would always be less than available messages. Added more safety...

Hi, some folks reported slow message fetching and all tickets are closed but there is no solution mentioned. I tried both v4 and v5. The bottle neck is looping through...

**Describe the bug** When attempting to store attachments from a retrieved email, the names are returned as 8 characters instead of the original filename. When checking the headers of the...

I have multiple Outlook 365 accounts that are receiving the `failed to fetch any folders` exception. The problem is happening on the `Contacts` and `Conversation History` folders. These have the...