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

Hi @Webklex , thanks for the work on this package. We are FINALLY upgrading from the old v1 laravel wrapper to the latest core php-imap package (The wrapper wasn't really...

bug
validated
Gmail

I can't connect to Outlook OAuth IMAP I am using Laravel and the the latest version: ` "webklex/laravel-imap": "2.4"` 1. Here I redirect to microsoft to get the Auth token:...

I have an specific message, so I want to know the id of the previous and the next message..

question

Hello I want to use OAuth for Microsoft. I have a user [email protected] which has no own mailbox. Then I have a user [email protected]. user1 has FullAccess to the mailbox...

question

**Is your feature request related to a problem? Please describe.** I would like to save a message / email as file. This file should contain both the raw header and...

Feature request

**Describe the bug** Essentially, when I query for unseen messages from the INBOX folder, I receive the proper amount of unseen messages and their correct uid, but when some messages...

bug
validating

Showing this error --> Return value of Webklex\PHPIMAP\Message::getEvent() must be an instance of Webklex\PHPIMAP\Events\Event, string returned query -> $messages = $query->TO($contact_email)->setFetchOrderDesc()->limit($limit = 5, $page = $page_no)->get(); please suggest best solution

Does anyone know how to deal with this problem? ![image](https://user-images.githubusercontent.com/25715063/176088586-ece6fe48-f649-463f-88e6-97a9fb1579ce.png) Mail headers have no date information Thanks

Hi, I'm not sure if this is: - A bug - An intended Behavior - A documentation error - A wrong named function The problem from my point of view...

bug
validating

Hi, When we try to connect to gmail account with a token that we have got previously after a user authorize our app, we have this error What are we...