mirror of https://github.com/M66B/FairEmail.git
Check POP account / debug
This commit is contained in:
parent
523f5a2f29
commit
a93dfb1f89
|
@ -468,7 +468,8 @@ public class FragmentPop extends FragmentBase {
|
|||
!account.insecure.equals(insecure) ||
|
||||
!account.port.equals(Integer.parseInt(port)) ||
|
||||
!account.user.equals(user) ||
|
||||
!account.password.equals(password)));
|
||||
!account.password.equals(password) ||
|
||||
BuildConfig.DEBUG));
|
||||
Log.i("Account check=" + check);
|
||||
|
||||
Long last_connected = null;
|
||||
|
|
Loading…
Reference in New Issue