https://bugs.kde.org/show_bug.cgi?id=395249
Daniel Vrátil <dvra...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kim | |ap/7c4570b17a3bdc94c32ee4ac | |17e822b25ffb9755 Version Fixed In| |5.8.3 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #8 from Daniel Vrátil <dvra...@kde.org> --- Git commit 7c4570b17a3bdc94c32ee4ac17e822b25ffb9755 by Daniel Vrátil. Committed on 05/07/2018 at 10:06. Pushed by dvratil into branch 'Applications/18.04'. Fix STARTTLS support detection Don't assume that IMAP servers announce capabilities in initial greeting, the RFC does not require that at all. This assumption caused LoginJob to fail if user configured STARTTLS but the server did not announce any capabilities in the greeting. Now we explicitly ask for capabilities before sending the STARTTLS command to make sure that STARTTLS is supported. FIXED-IN: 5.8.3 M +18 -11 src/loginjob.cpp M +0 -5 src/session.cpp M +0 -6 src/session_p.h https://commits.kde.org/kimap/7c4570b17a3bdc94c32ee4ac17e822b25ffb9755 -- You are receiving this mail because: You are watching all bug changes.