From 6948276cdf9132f96b73e90b7d7320556fb75518 Mon Sep 17 00:00:00 2001 From: FreeScout <40499291+freescout-helpdesk@users.noreply.github.com> Date: Sun, 2 Oct 2022 19:51:17 +0300 Subject: [PATCH] Updated Connect FreeScout to Microsoft 365 Exchange via OAuth (markdown) --- Connect-FreeScout-to-Microsoft-365-Exchange-via-OAuth.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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