mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 19:13:03 +02:00
Long size
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user