Summary: | Unable to connect to IMAP server | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Daniel Kraus <bovender> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, montel, rikmills |
Priority: | NOR | ||
Version: | 5.13.3 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Kraus
2020-04-07 10:06:19 UTC
I set up a VirtualBox machine with a clean install of KDE neon and got the same enigmatic error message. Connecting to the IMAP server of a different e-mail provider works, so it is something specific to my setup (which does not make it any better for me...). What makes me wonder is that it used to work for several years. Something happened. yep qt5.14.1 We create a fix for pim 5.14.0 will be release with kde 20.04 in some days. Hi there, I've just run into this issue in the Kubuntu 20.04 beta release with Kontact Version 5.13.3 (19.12.3) and was wondering if you could point me at the fix so I can see if the maintainers are able to backport it into their release please? Thanks! Chris It looks to me as if the fix mentioned here is to fix the secondary UI issue with Qt 5.14, not to fix the server communication issue in the 1st sentence of the SUMMARY? I'd like to add that I am now also unable to add my university's IMAP server, I get the same error message as above. Another user reported a similar issue here: https://forum.kde.org/viewtopic.php?f=215&t=165472 I suspect this is a duplicate of https://bugs.kde.org/show_bug.cgi?id=400221 which I just mistakenly updated instead of this. It's an SSL issue (the IMAP server is not configured to use long enough DH keys). The solution (for me) under Kubuntu 20.04 was to modify /etc/ssl/openssl.cnf after the line: oid_section = new_oids by adding: openssl_conf = default_conf [default_conf] ssl_conf = ssl_sect [ssl_sect] system_default = system_default_sect [system_default_sect] MinProtocol = TLSv1.2 CipherString = DEFAULT@SECLEVEL=1 |