mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Skip token refresh account/identity setup
This commit is contained in:
@@ -267,10 +267,6 @@ 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(context, auth_type);
|
||||
|
||||
Reference in New Issue
Block a user