From f1f78c0ef2f72d09c5bfc89823f607f52a184abb Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 16 Sep 2021 21:07:50 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 9572faaf03..8224d0d253 100644 --- a/FAQ.md +++ b/FAQ.md @@ -623,7 +623,8 @@ Note that this will result in extra internet traffic. **(8) Can I use a Microsoft Exchange account?** -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). +The Microsoft Exchange Web Services (EWS) protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). +Microsoft stopped updating the EWS libraries [in 2018](https://github.com/OfficeDev/ews-java-api). So, it makes little sense to add this protocol anymore. You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case.