From a846fbbe2a9354dab9ad81c64b20ac1dcb3f5ec9 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 27 Apr 2013 09:39:21 +0100 Subject: sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial response --- include/curl/curl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index c7a052d1e..e8ec9eee6 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1527,9 +1527,12 @@ typedef enum { /* Enable/disable specific SSL features with a bitmask, see CURLSSLOPT_* */ CINIT(SSL_OPTIONS, LONG, 216), - /* set the SMTP auth originator */ + /* Set the SMTP auth originator */ CINIT(MAIL_AUTH, OBJECTPOINT, 217), + /* Enable/disable SASL initial response */ + CINIT(SASL_IR, LONG, 218), + CURLOPT_LASTENTRY /* the last unused */ } CURLoption; -- cgit v1.2.3