mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Increased search timeout
This commit is contained in:
@@ -420,7 +420,7 @@ public class ServiceSend extends ServiceBase {
|
||||
|
||||
// Create transport
|
||||
try (EmailService iservice = new EmailService(
|
||||
this, ident.getProtocol(), ident.realm, ident.insecure, false, debug)) {
|
||||
this, ident.getProtocol(), ident.realm, ident.insecure, debug)) {
|
||||
iservice.setUseIp(ident.use_ip);
|
||||
|
||||
// Connect transport
|
||||
|
||||
Reference in New Issue
Block a user