nickster-pixel
nickster-pixel
Hi @Webklex, Thanks for your reply but still getting the following error ``` exception: "Webklex\\PHPIMAP\\Exceptions\\ConnectionFailedException" file: "vendor\\webklex\\php-imap\\src\\Connection\\Protocols\\ImapProtocol.php" line: 81 message: "connection failed" ``` I am setting a client secret. Here...
Thanks @Webklex. Here is the entire call stack: ``` { "message": "connection failed", "exception": "Webklex\\PHPIMAP\\Exceptions\\ConnectionFailedException", "file": "vendor\\webklex\\php-imap\\src\\Connection\\Protocols\\ImapProtocol.php", "line": 81, "trace": [ { "file": "vendor\\webklex\\php-imap\\src\\Client.php", "line": 350, "function": "connect", "class": "Webklex\\PHPIMAP\\Connection\\Protocols\\ImapProtocol",...
Thanks @Webklex, still not working. In Azure, I've enabled these permissions:  I'm requesting these scopes when getting the access token: `openid profile email offline_access https://outlook.office365.com/IMAP.AccessAsUser.All` I'm connecting like this:...
Ok, I've got it working now. The problem was I was using an old version. I've now upgraded from `"webklex/laravel-imap": "2.4"` to `"webklex/laravel-imap": "4.0"` Thanks for all your help @Webklex