diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2011-02-16 00:56:46 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-02-20 21:11:12 +0100 |
commit | dd3760f2eb11745ea73d20bf7affe735f671fda5 (patch) | |
tree | dfb8af96dd3d9487585847ee6dd82a518e353756 /lib/imap.h | |
parent | 45ca048f44f3c34441af225d9eae7605513db2c1 (diff) | |
download | curl-dd3760f2eb11745ea73d20bf7affe735f671fda5.tar.gz |
IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the connection to TLS/SSL.
Diffstat (limited to 'lib/imap.h')
-rw-r--r-- | lib/imap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/imap.h b/lib/imap.h index ab4cf2f09..c1395160a 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -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, |