mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Check POP account / debug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user