From 45ca048f44f3c34441af225d9eae7605513db2c1 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 14 Feb 2011 19:41:42 +0100 Subject: IMAP in multi mode: use Curl_ssl_connect_nonblocking() when connecting. --- lib/imap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/imap.h') diff --git a/lib/imap.h b/lib/imap.h index 2f0b62a61..ab4cf2f09 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -47,6 +47,7 @@ struct imap_conn { imapstate state; /* always use imap.c:state() to change state! */ int cmdid; /* id number/index */ const char *idstr; /* pointer to a string for which to wait for as id */ + bool ssldone; /* is connect() over SSL done? only relevant in multi mode */ }; extern const struct Curl_handler Curl_handler_imap; -- cgit v1.2.3