mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Debug: proxy connections
This commit is contained in:
@@ -312,7 +312,7 @@ public class SocketFetcher {
|
||||
} else {
|
||||
SocketFactory f = (SocketFactory) props.get("fairemail.factory");
|
||||
eu.faircode.email.Log.i("Using socket factory=" + f);
|
||||
socket = (f == null ? new Socket() : f.createSocket());
|
||||
socket = (f == null ? eu.faircode.email.ConnectionHelper.getSocket(host, port) : f.createSocket());
|
||||
}
|
||||
}
|
||||
if (to >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user