From: Thomas Roessler Date: Mon, 16 Aug 2004 21:36:54 +0000 (+0000) Subject: # changelog commit X-Git-Tag: mutt-1-5-15-rel~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e313244657623f23e5d9a8da698a98e49f57b0b3;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 95048356..dedbde86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2004-08-16 21:36:06 Brendan Cully (roessler) +2004-08-16 21:36:38 Brendan Cully (roessler) + + * imap/imap.c: If STARTTLS fails to complete the SSL handshake, + the error is not propagated and mutt will attempt to log in + anyway, probably causing an infinite block on read. The attached + patch closes the socket in this case, and propagates the error + properly. * imap/auth_sasl.c: The attached patch causes mutt to attempt the next method in imap_authenticators if the previous method