]> granicus.if.org Git - mutt/commitdiff
# changelog commit
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 16 Aug 2004 21:36:54 +0000 (21:36 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 16 Aug 2004 21:36:54 +0000 (21:36 +0000)
ChangeLog

index 95048356da0efa8945e17900bc406f06c397f159..dedbde8670f775af9a898610d66509ef966fbbc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2004-08-16 21:36:06  Brendan Cully  <brendan@kublai.com>  (roessler)
+2004-08-16 21:36:38  Brendan Cully  <brendan@kublai.com>  (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