mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 12:54:11 +01:00
Fetch SMTP max message size
This commit is contained in:
@@ -1037,7 +1037,8 @@ public class FragmentAccount extends FragmentBase {
|
||||
!account.password.equals(password) ||
|
||||
!Objects.equals(account.certificate_alias, certificate) ||
|
||||
!Objects.equals(realm, accountRealm) ||
|
||||
!Objects.equals(account.fingerprint, fingerprint)));
|
||||
!Objects.equals(account.fingerprint, fingerprint) ||
|
||||
BuildConfig.DEBUG));
|
||||
Log.i("Account check=" + check);
|
||||
|
||||
Long last_connected = null;
|
||||
|
||||
Reference in New Issue
Block a user