mirror of
https://github.com/curl/curl.git
synced 2026-08-01 02:48:03 +03:00
IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the connection to TLS/SSL.
This commit is contained in:
parent
45ca048f44
commit
dd3760f2eb
2 changed files with 32 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue