mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Added provider wp.pl
This commit is contained in:
@@ -402,6 +402,9 @@ public class EmailService implements AutoCloseable {
|
||||
ServiceAuthenticator authenticator = new ServiceAuthenticator(context,
|
||||
auth, provider, keep_alive, user, password, intf);
|
||||
|
||||
if ("imap.wp.pl".equals(host))
|
||||
properties.put("mail.idledone", "true");
|
||||
|
||||
try {
|
||||
if (auth == AUTH_TYPE_GMAIL || auth == AUTH_TYPE_OAUTH) {
|
||||
properties.put("mail." + protocol + ".auth.mechanisms", "XOAUTH2");
|
||||
|
||||
Reference in New Issue
Block a user