mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Remove old token times
This commit is contained in:
@@ -438,7 +438,7 @@ public class EmailService implements AutoCloseable {
|
||||
}
|
||||
|
||||
properties.put("mail." + protocol + ".forcepasswordrefresh", "true");
|
||||
authenticator = new ServiceAuthenticator(context, auth, provider, user, password, intf);
|
||||
authenticator = new ServiceAuthenticator(context, auth, provider, user, password, purpose == PURPOSE_CHECK, intf);
|
||||
|
||||
if ("imap.wp.pl".equals(host))
|
||||
properties.put("mail.idledone", "false");
|
||||
|
||||
Reference in New Issue
Block a user