Added comment

This commit is contained in:
M66B 2020-05-30 21:55:08 +02:00
parent 1d9c0d4988
commit aa81970522
1 changed files with 3 additions and 0 deletions

View File

@ -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");