Disabled POP3 debugging

This commit is contained in:
M66B 2020-05-08 12:36:07 +02:00
parent cacd62fbeb
commit bd191d685f
1 changed files with 0 additions and 2 deletions

View File

@ -178,8 +178,6 @@ public class EmailService implements AutoCloseable {
properties.put("mail.debug.auth", "true");
if ("pop3".equals(protocol) || "pop3s".equals(protocol)) {
this.debug = true;
// https://javaee.github.io/javamail/docs/api/com/sun/mail/pop3/package-summary.html#properties
properties.put("mail.pop3s.starttls.enable", "false");