Ricus
Ricus
Any update on this one @vyuldashev ? This pr needs to be merged before it's possible to update to laravel 9 and the latest spatie permissions package
Hi @Webklex Edit: The below is for a mailbox where I just changed the password to be incorrect, I would expect an error message along the lines of 'Invalid Credentials...
When I did the upgrade I moved from the laravel one to the core php-imap, I wonder if that is maybe related. An example of the type of error messages...
Thanks for the time looking into this @Webklex , really appreciate it. I still need to update to v4 (got released just as I updated to v3 haha) Have a...
Hi @Webklex , thanks for getting back so quickly. So I've done what you suggested making use of the LegacyProtocol@folders. I added a dd in there to be sure that...
Hi @Webklex I did run that snippet as well, just added the vendor dd to be 100% sure we were using that function. Thanks for the SO link, I hate...
There seems to be an issue with the stream except if I'm doing something wrong, currently I have: ```php $cm = new \Webklex\PHPIMAP\ClientManager(config('imap')); $data = [ 'username' => '[email protected]', 'password'...
Sure, so with the following: ```php $cm = new \Webklex\PHPIMAP\ClientManager(config('imap')); $data = [ 'username' => 'xxxxx', 'password' => 'xxxxx', 'host' => 'pop.gmail.com', 'port' => 995, 'encryption' => 'ssl', 'protocol' =>...
Thanks a lot for the effort looking into this. I'll definitely share whatever I find, hopefully something comes to mind from your side over the weekend too, it's a really...
Hi @Webklex I've not been able to get around this one, so we've managed to convince the client to get their pop clients on imap, or just use a forwarded...