mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:23:30 +03:00
sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial response
This commit is contained in:
parent
6420672879
commit
a846fbbe2a
3 changed files with 13 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue