https://bugs.kde.org/show_bug.cgi?id=342567
--- Comment #1 from Teemu Torma <[email protected]> --- Created attachment 90267 --> https://bugs.kde.org/attachment.cgi?id=90267&action=edit Patch to allow imap/smtp/managesieve to use TLSv1.2 With the following patch I managed to get TLSv1.2 working with imap/ssl, imap/starttls, smtp/ssl, smtp/starttls and managesieve connections. The patch basically replaces the forced TLSv1.0 with QSsl::SecureProtocols. Since TLSv1.0 is also part of QSsl::SecureProtocols (at least for now), it should not cause any regression. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
