mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Check with reduced timeout
This commit is contained in:
@@ -271,7 +271,7 @@ public class FragmentPop extends FragmentBase {
|
||||
// Check POP3 server
|
||||
if (check) {
|
||||
String protocol = "pop3" + (starttls ? "" : "s");
|
||||
try (MailService iservice = new MailService(context, protocol, null, insecure, true)) {
|
||||
try (MailService iservice = new MailService(context, protocol, null, insecure, true, true)) {
|
||||
iservice.connect(host, Integer.parseInt(port), MailService.AUTH_TYPE_PASSWORD, user, password);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user