Added account/identity last modified time

This commit is contained in:
M66B
2023-01-19 10:49:40 +01:00
parent 421861ec30
commit a5f1507a19
6 changed files with 2876 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ public class EntityIdentity {
public String error;
public Long last_connected;
public Long max_size;
public Long last_modified; // sync
String getProtocol() {
return (encryption == EmailService.ENCRYPTION_SSL ? "smtps" : "smtp");