1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-07 23:16:37 +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 * LOGIN
* PLAIN * PLAIN
* DIGEST-MD5 * DIGEST-MD5
* NTLM
* XOAUTH2 (used when an account was selected) * XOAUTH2 (used when an account was selected)
SASL authentication methods, like CRAM-MD5, are not supported SASL authentication methods, like CRAM-MD5, are not supported
because [JavaMail for Android](https://javaee.github.io/javamail/Android) does not support SASL authentication. 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 /> <br />
<a name="faq63"></a> <a name="faq63"></a>