[Akonadi] [Bug 316840] imap resource starts crazy connect / disconnect cycle to mail server

Christian Mollekopf mollekopf at kolabsys.com
Tue Nov 19 15:04:07 GMT 2013


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

Christian Mollekopf <mollekopf at kolabsys.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mollekopf at kolabsys.com

--- Comment #49 from Christian Mollekopf <mollekopf at kolabsys.com> ---
Hypothesis (sessionthread.cpp):
* SSL is used, hence doSslFallback == true
* connection succeeds, but with ssl errors which are ignored (e.g.
certificate), in this codepath doSslFallback is not reset to false
=> working connection, but doSslFallback is still true.
* Connection get's aborted by the server =>
QAbstractSocket::RemoteHostClosedError
* the session goes into reconnect frenzy

I'm working on a patch, a couple of things look fishy in there.

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



More information about the Kdepim-bugs mailing list