Added POP3 quick check

This commit is contained in:
M66B
2021-07-23 22:31:23 +02:00
parent 7186d57c46
commit 2b746c0a5e
5 changed files with 2752 additions and 230 deletions

View File

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