Skip to content
Commit f53cf6e9 authored by Laurent Montel's avatar Laurent Montel
Browse files

Increase SMTP session timeout to 1 minute

Summary:
10 seconds is not enough to connect, establish a TLS session (STARTTLS)
and perform the HELO handshake on high-latency networks, like airplane
WiFi. Sending emails works just fine for non-encrypted connections, but
fails with "connection lost" on encrypted ones, even though tcpdump
shows there is traffic going on. We managed to trace this to this
10-second timeout.

Reviewers: marten, knauss, dfaure, dvratil, mlaurent

Reviewed By: dfaure

Subscribers: #kde_pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D12053

(cherry picked from commit 5191948c)
parent 62b92482
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment