Added folder last view time

This commit is contained in:
M66B
2024-03-02 21:37:59 +01:00
parent 82fde22604
commit 947ae77df3
5 changed files with 3071 additions and 22 deletions

View File

@@ -150,6 +150,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
public Long last_sync;
public Long last_sync_foreground;
public Integer last_sync_count; // POP3
public Long last_view;
static final String INBOX = "Inbox";
static final String OUTBOX = "Outbox";