From 9f1a25d65049710a4c74d2aa5e1ed10c2f6e8d9a Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 10 Jan 2019 14:05:44 +0000 Subject: [PATCH] Updated FAQ --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b4e8b281fa..18fcd4bdfa 100644 --- a/FAQ.md +++ b/FAQ.md @@ -973,12 +973,13 @@ The following authentication methods are supported and used in this order: * LOGIN * PLAIN * DIGEST-MD5 -* NTLM * XOAUTH2 (used when an account was selected) SASL authentication methods, like CRAM-MD5, are not supported because [JavaMail for Android](https://javaee.github.io/javamail/Android) does not support SASL authentication. +If your provider requires an unsupported authentication method, you'll likely get the error message *authentication failed*. +