diff --git a/Connect-FreeScout-to-Microsoft-365-Exchange-via-OAuth.md b/Connect-FreeScout-to-Microsoft-365-Exchange-via-OAuth.md index b2a297c..d9f828c 100644 --- a/Connect-FreeScout-to-Microsoft-365-Exchange-via-OAuth.md +++ b/Connect-FreeScout-to-Microsoft-365-Exchange-via-OAuth.md @@ -36,4 +36,8 @@ The MS365 user you will be using to connect to FreeScout must have a MS365 mailb 7) Click "Connect" next to "Microsoft Exchange" and authenticate Microsoft Exchange under the user corresponding to the email address your are using for the mailbox in FreeScout. -![2022-03-09_17-05-51](https://user-images.githubusercontent.com/40499291/157457902-158b6ef5-ead8-409d-ae35-88d920dff5c0.png) \ No newline at end of file +![2022-03-09_17-05-51](https://user-images.githubusercontent.com/40499291/157457902-158b6ef5-ead8-409d-ae35-88d920dff5c0.png) + +### Debugging Emails Fetching + +If you need to debug the process of fetching emails via IMAP & OAuth, run fetching in the console with `php artisan freescout:fetch-emails` and will show the process of interaction between FreeScout and MS365 IMAP server. \ No newline at end of file