Long size

This commit is contained in:
M66B
2020-07-02 08:36:12 +02:00
parent a9930e020c
commit 1c864c9e94
5 changed files with 7 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ public class EntityIdentity {
public String state;
public String error;
public Long last_connected;
public Integer max_size;
public Long max_size;
String getProtocol() {
return (starttls ? "smtp" : "smtps");