mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Log UIDPLUS support
This commit is contained in:
@@ -931,7 +931,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
}
|
||||
|
||||
final boolean capIdle = istore.hasCapability("IDLE");
|
||||
Log.i(account.name + " idle=" + capIdle);
|
||||
final boolean capUidPlus = istore.hasCapability("UIDPLUS");
|
||||
Log.i(account.name + " idle=" + capIdle + " uidplus=" + capUidPlus);
|
||||
|
||||
db.account().setAccountState(account.id, "connected");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user