This commit is contained in:
M66B 2021-10-24 19:16:23 +02:00
parent 0a1c216e01
commit 1f405aafd9
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ public class EmailService implements AutoCloseable {
auth, provider, keep_alive, user, password, intf);
if ("imap.wp.pl".equals(host))
properties.put("mail.idledone", "true");
properties.put("mail.idledone", "false");
try {
if (auth == AUTH_TYPE_GMAIL || auth == AUTH_TYPE_OAUTH) {