mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Removed dependency on UIDPLUS
Support for UIDPLUS has appeared to be unreliable
This commit is contained in:
@@ -604,8 +604,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
}
|
||||
|
||||
final boolean capIdle = ((IMAPStore) istore).hasCapability("IDLE");
|
||||
final boolean capUidPlus = ((IMAPStore) istore).hasCapability("UIDPLUS");
|
||||
Log.i(account.name + " idle=" + capIdle + " uidplus=" + capUidPlus);
|
||||
Log.i(account.name + " idle=" + capIdle);
|
||||
|
||||
db.account().setAccountState(account.id, "connected");
|
||||
EntityLog.log(this, account.name + " connected");
|
||||
|
||||
Reference in New Issue
Block a user