mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
@@ -267,6 +267,10 @@ public class FragmentIdentity extends FragmentEx {
|
||||
if (TextUtils.isEmpty(replyto))
|
||||
replyto = null;
|
||||
|
||||
// Refresh token
|
||||
if (id >= 0 && auth_type == Helper.AUTH_TYPE_GMAIL)
|
||||
password = Helper.refreshToken(getContext(), "com.google", user, password);
|
||||
|
||||
// Check SMTP server
|
||||
if (synchronize) {
|
||||
Properties props = MessageHelper.getSessionProperties(auth_type);
|
||||
|
||||
Reference in New Issue
Block a user