Re: Help solving an IMAP SSL bug

2013-08-22 Thread Daniel Vrátil
On Tuesday 20 of August 2013 20:42:05 Richard Moore wrote: > On 19 August 2013 10:58, Daniel Vrátil wrote: > > Because it's a socket error KSslSocket will emit socketError() and IMAP > > resource will try to reconnect. The interesting part here is, that calling > > QAbstractSocket::disconnect() wi

Re: Help solving an IMAP SSL bug

2013-08-20 Thread Richard Moore
On 19 August 2013 10:58, Daniel Vrátil wrote: > Because it's a socket error KSslSocket will emit socketError() and IMAP > resource will try to reconnect. The interesting part here is, that calling > QAbstractSocket::disconnect() will emit the error again (probably it's trying > to write something

Help solving an IMAP SSL bug

2013-08-19 Thread Daniel Vrátil
(cross-posting, because this might actually be a bug in KSslSocket or even Qt) Hi, we currently have a quite annoying issue with Akonadi IMAP resource and SSL connection and because my knowledge of this topic is limited, I'm asking you guys for help. When connection to an IMAP server is lost