1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-31 19:41:19 +00:00

Updated FAQ

This commit is contained in:
M66B 2019-01-10 14:05:44 +00:00
parent 015d8b06b7
commit 9f1a25d650

3
FAQ.md
View file

@ -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*.
<br />
<a name="faq63"></a>