email: Added mutual authentication flag

This commit is contained in:
Steve Holme
2014-08-14 23:25:37 +01:00
parent 9eba83c156
commit 078d1fbf2b
3 changed files with 3 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ struct smtp_conn {
bool size_supported; /* If server supports SIZE extension according to
RFC 1870 */
bool auth_supported; /* AUTH capability supported by server */
bool mutual_auth; /* Mutual authentication enabled (GSSAPI only) */
};
extern const struct Curl_handler Curl_handler_smtp;