laravel-imap
laravel-imap copied to clipboard
Laravel IMAP is an easy way to integrate both the native php-imap module and an extended custom imap protocol into your Laravel app.
**Is your feature request related to a problem? Please describe.** See this issue: #184 There you added a `@` to suppress the errors of iconv -- which introduces a new...
Move message to another folder was working but since update it is not working. ``` if($message->move('INBOX/test') == true){ echo 'Message has been moved'; }else{ echo 'Message could not moved'; }...
Gmail Authentication failed on live server - Uncaught Webklex\PHPIMAP\Exceptions\AuthFailedException
Hello, I really need help, Am using windows to test for PHP IMAP testing with Gmail from local and is working perfectly, when I upload them to the production server...
is there any way to move mail from one account to another account using Message::move() function ?
Please be aware that these issues will be closed if inactive for more then 14 days :)
I just implemented a function that trying to clean mailbox. And it always delete a few mails, not all. ```php /** * Execute the console command. * * @return int...
**Describe the bug** when trying to use the console command "artisan imap:idle" I get from ImapIdleCommand.php the error message "Error Call to a member function idle() on null" after some...
Hi, I'm using $client->getQuota() or $client->getQuotaRoot() but both returns false or null. How can I get mail usage and limit?
Hello @Webklex , first thank you for this amazing package. I have a question, i'm using you're package in a SPA website using APIs and of course Laravel is the...
https://www.php-imap.com/frameworks/laravel/service I set the process according to the prompt in this link. It is normal to receive and monitor mail for a period of time when it is just running....
**Describe the bug** Chunk returns with 0 messages when there are still >1000 messages on server **To Reproduce** Steps to reproduce the behavior: Connecting to gmail, `$chunk_size` and `$start_chunk` set...