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, that's a general question related to Microsoft OAUTH2. I would like to know if this works also for personal account or it's required a organization account. That's related to...
Thread
$folders = [ $client->getFolder('INBOX'), ]; $sent = $client->getFolder("[Gmail]/Sent Mail"); $today = Carbon::today(); $yesterday = Carbon::today()->subDays(1); foreach ($folders as $folder) { $messages = $folder->query()->since($yesterday)->from($toEmail)->to($fromEmail)->all()->get(); foreach ($messages as $message) { $emailThreads[] =...
Happy to submit a PR for this, but I want to make sure it will be accepted first and that the project is still maintained. Also it appears that https://github.com/Webklex/php-imap/pull/518...