Auto force on repeated manual sync

This commit is contained in:
M66B
2021-12-07 09:16:36 +01:00
parent b019d17c06
commit d1600ad188
5 changed files with 2646 additions and 2 deletions

View File

@@ -139,6 +139,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
public Boolean inferiors = true;
public String error;
public Long last_sync;
public Long last_sync_foreground;
public Integer last_sync_count; // POP3
static final String INBOX = "Inbox";