[Akonadi] [Bug 322383] IMAP resource hangs without error message when server supports SSLv3 only

Christian Mollekopf chrigi_1 at fastmail.fm
Tue Dec 10 22:24:18 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=322383

Christian Mollekopf <chrigi_1 at fastmail.fm> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/kdep
                   |                            |imlibs/8f10070603b6ae73de37
                   |                            |895ed32d3ae086a0617f

--- Comment #6 from Christian Mollekopf <chrigi_1 at fastmail.fm> ---
Git commit 8f10070603b6ae73de37895ed32d3ae086a0617f by Christian Mollekopf.
Committed on 10/12/2013 at 21:48.
Pushed by cmollekopf into branch 'master'.

Propagate socket errors to jobs, and don't emit ERR_COULD_NOT_CONNECT on ssl
handshake errors.

ssl handshake errors should trigger the dialog to change the settings and not
just silently fail.
Unfortunately ssl handshake errors are only detected when trying to connect to
a socket without encryption. Otherwise
the error occurs only on the server side and the socket is simply disconnected.

M  +6    -0    kimap/job.cpp
M  +2    -0    kimap/job.h
M  +3    -1    kimap/job_p.h
M  +10   -3    kimap/loginjob.cpp
M  +10   -3    kimap/session.cpp
M  +1    -1    kimap/session_p.h
M  +3    -3    kimap/sessionthread.cpp
M  +2    -2    kimap/sessionthread_p.h
M  +50   -0    kimap/tests/loginjobtest.cpp

http://commits.kde.org/kdepimlibs/8f10070603b6ae73de37895ed32d3ae086a0617f

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list