Results 235 comments of Webklex

Hi @boakyezitek , there are many possibilities such as: - Perhaps the generated token is bound to a specific IP? - The server config could be different - The server...

Hi @Hanaver , thanks for this report. You could try to enable the fallback date inside your config file: https://github.com/Webklex/php-imap/blob/master/src/config/imap.php#L154 Please let me know if this has helped. Best regards...

Hi @nickster-pixel , many thanks for your detailed report! Please note that you also have to add a client secret under "certificates and secrets". It looks like you are missing...

Hi @nickster-pixel , thanks for the update. Can you try to get a hold of the entire call stack? The error seems to originate here and should contain more information:...

Hi @nickster-pixel , thanks for the follow-up. A few thoughts: - Your provided snipped and config look fine to me - Make sure to include `https://outlook.office365.com/IMAP.AccessAsUser.All"` inside your scope -...

Hi @eisler , many thanks for your report. Can you check if you can get a hold on a call stack? The [Command](https://github.com/Webklex/laravel-imap/blob/master/src/Commands/ImapIdleCommand.php) utilizes the `default` account and the folder...

Hi @famfamfam , many thanks for your report. Could you dump the variable `$transport` and `$this->encryption` in line 160? https://github.com/Webklex/php-imap/blob/bd123fa62fb597ddd9a43d1b05d377fc73bb57a2/src/Connection/Protocols/Protocol.php#L152-L175 ```php var_dump($transport); var_dump($this->encryption); ``` Best regards,

Hi @xmavara , many thanks for your question. The quota functionality depends on your mail service provider / mail server setup. Your provider might not support this feature. Best regards...

Hi @alexv96 , many thanks for your suggestion. This would be a lot of work, since sending emails utilizes a different protocol (SMTP instead of IMAP). Besides this, everybody who...

Hi @DjeyKey , thanks for your well written report. I'm just missing one important thing: how can I reproduce this behavior? Please try to narrow it down by sending yourself...