Remove old token times

This commit is contained in:
M66B
2022-08-13 17:44:46 +02:00
parent ece898bac0
commit 0f6cd802aa
3 changed files with 17 additions and 5 deletions

View File

@@ -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");