mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Disable POP3 debug
This commit is contained in:
@@ -467,7 +467,6 @@ public class EmailService implements AutoCloseable {
|
||||
isession.addProvider(new GmailSSLProvider());
|
||||
|
||||
if ("pop3".equals(protocol) || "pop3s".equals(protocol)) {
|
||||
isession.setDebug(true);
|
||||
iservice = isession.getStore(protocol);
|
||||
iservice.connect(address.getHostAddress(), port, user, password);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user