mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added account/identity last modified time
This commit is contained in:
@@ -168,6 +168,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
public Boolean capability_idle;
|
||||
public Boolean capability_utf8;
|
||||
public Boolean capability_uidl;
|
||||
public Long last_modified; // sync
|
||||
|
||||
boolean isGmail() {
|
||||
return "imap.gmail.com".equalsIgnoreCase(host) ||
|
||||
|
||||
Reference in New Issue
Block a user