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

@@ -826,7 +826,7 @@ public class FragmentIdentity extends FragmentBase {
last_connected = identity.last_connected;
// Check SMTP server
Integer max_size = null;
Long max_size = null;
if (check) {
// Create transport
String protocol = (starttls ? "smtp" : "smtps");