mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added account/identity last modified time
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user