mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Added remark
This commit is contained in:
parent
596285323f
commit
07fbe25502
1 changed files with 2 additions and 0 deletions
|
@ -190,9 +190,11 @@ public class EmailService implements AutoCloseable {
|
|||
if (!auth_login)
|
||||
properties.put("mail." + protocol + ".auth.login.disable", "true");
|
||||
|
||||
// SASL is attempted before other authentication methods
|
||||
properties.put("mail." + protocol + ".sasl.enable", Boolean.toString(auth_sasl));
|
||||
properties.put("mail." + protocol + ".sasl.mechanisms", "CRAM-MD5");
|
||||
properties.put("mail." + protocol + ".sasl.realm", realm == null ? "" : realm);
|
||||
|
||||
properties.put("mail." + protocol + ".auth.ntlm.domain", realm == null ? "" : realm);
|
||||
|
||||
// writetimeout: one thread overhead
|
||||
|
|
Loading…
Reference in a new issue