Hi again,
Jonathan Nieder wrote:
> often (after a timeout?) if I try to switch
> folders, I will get the message "Error opening mailbox" and the list
> of messages will go blank. When I reopen the folder I was in, all the
> messages I had marked deleted are no longer marked deleted.
[...]
> [2011-07-17 16:07:33] imap_cmd_step: normal return, rc=1
> [2011-07-17 16:07:33] SSL error: Connection reset by peer
> [2011-07-17 16:07:33] imap_cmd_step: Error reading server response.
> [2011-07-17 16:07:33] imap_cmd_step: rc=-1, msgno=23
> [2011-07-17 16:07:33] imap_cmd_step error: msgno=23 rc=-1 mfhrc=0
> [2011-07-17 16:07:38] Error opening mailbox
Looks like this has more to do with IMAP than SSL and is already well
known[1]. With gnutls the error message is different:
tls_socket_read (A TLS packet with unexpected length was received.)
In both cases the cause seems to be the same. Thanks and sorry for
the noise.
Regards,
Jonathan
[1] http://dev.mutt.org/trac/ticket/2056