IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the connection to TLS/SSL.

This commit is contained in:
Ben Noordhuis
2011-02-16 00:56:46 +01:00
parent 45ca048f44
commit dd3760f2eb
2 changed files with 32 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ typedef enum {
a connect */
IMAP_LOGIN,
IMAP_STARTTLS,
IMAP_UPGRADETLS, /* asynchronously upgrade the connection to SSL/TLS (multi mode only) */
IMAP_SELECT,
IMAP_FETCH,
IMAP_LOGOUT,