mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Check POP account / debug
This commit is contained in:
parent
523f5a2f29
commit
a93dfb1f89
1 changed files with 2 additions and 1 deletions
|
@ -468,7 +468,8 @@ public class FragmentPop extends FragmentBase {
|
||||||
!account.insecure.equals(insecure) ||
|
!account.insecure.equals(insecure) ||
|
||||||
!account.port.equals(Integer.parseInt(port)) ||
|
!account.port.equals(Integer.parseInt(port)) ||
|
||||||
!account.user.equals(user) ||
|
!account.user.equals(user) ||
|
||||||
!account.password.equals(password)));
|
!account.password.equals(password) ||
|
||||||
|
BuildConfig.DEBUG));
|
||||||
Log.i("Account check=" + check);
|
Log.i("Account check=" + check);
|
||||||
|
|
||||||
Long last_connected = null;
|
Long last_connected = null;
|
||||||
|
|
Loading…
Reference in a new issue