Revision 8f10070...

Go back to digest for 15th December 2013

Bug Fixes in KDE-PIM

Christian Mollekopf committed changes in [kdepimlibs] /:

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.

File Changes

Modified 9 files
  •   kimap/job.cpp
  •   kimap/job.h
  •   kimap/job_p.h
  •   kimap/loginjob.cpp
  •   kimap/session.cpp
  •   kimap/session_p.h
  •   kimap/sessionthread.cpp
  •   kimap/sessionthread_p.h
  •   kimap/tests/loginjobtest.cpp
9 files changed in total