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...
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...
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..
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...
**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...
**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...
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?  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...
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...