]> granicus.if.org Git - curl/commit
Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.
authorSteve Holme <steve_holme@hotmail.com>
Tue, 3 Jan 2012 23:17:08 +0000 (23:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Jan 2012 23:48:20 +0000 (00:48 +0100)
commitdb4f69ef0630001e6d566b949d86d1739bdd85b3
treecf65ac426b8750b67f8081d40671387fac729488
parent277022b2e48e338ca85adc4321f0cf5661df4713
Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.

Fixed a problem in POP3 and IMAP where a connection would fail when
CURLUSESSL_TRY was specified for a server that didn't support
SSL/TLS connections rather than continuing.
lib/imap.c
lib/pop3.c