mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Expedite keep alive time for token refresh
This commit is contained in:
@@ -889,8 +889,8 @@ public class EmailService implements AutoCloseable {
|
||||
return false;
|
||||
}
|
||||
|
||||
public void check() {
|
||||
authenticator.checkToken();
|
||||
public Long getAccessTokenExpirationTime() {
|
||||
return authenticator.getAccessTokenExpirationTime();
|
||||
}
|
||||
|
||||
public boolean isOpen() {
|
||||
|
||||
Reference in New Issue
Block a user