https://bugs.kde.org/show_bug.cgi?id=368538
Bug ID: 368538 Summary: mailtransport uses only tls1.0 Product: kmailtransport Version: git Platform: unspecified OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general Assignee: kdepim-bugs@kde.org Reporter: m...@mwsys.mine.bz Commit 85e1237c543e4e4119ef51c34870c8dc79d14dc2 changed from socket->setProtocol(QSsl::TlsV1); to socket->setProtocol(QSsl::TlsV1_0); Qt5 also provides socket->setProtocol(QSsl::TlsV1_0OrLater). This would set tls1.0 as a minimun instead as tls1.0 as only option. Reproducible: Always -- You are receiving this mail because: You are the assignee for the bug.