mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
0a1c216e01
commit
1f405aafd9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue