mirror of https://github.com/M66B/FairEmail.git
Added comment
This commit is contained in:
parent
1d9c0d4988
commit
aa81970522
|
@ -161,6 +161,9 @@ public class EmailService implements AutoCloseable {
|
|||
properties.put("mail.event.scope", "folder");
|
||||
properties.put("mail.event.executor", executor);
|
||||
|
||||
//properties.put("mail." + protocol + ".auth.login.disable", "true");
|
||||
//properties.put("mail." + protocol + ".auth.plain.disable", "true");
|
||||
|
||||
properties.put("mail." + protocol + ".sasl.enable", "true");
|
||||
if (sasl) {
|
||||
properties.put("mail." + protocol + ".sasl.mechanisms", "CRAM-MD5");
|
||||
|
|
Loading…
Reference in New Issue