Added comment

pull/180/head
M66B 5 years ago
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…
Cancel
Save