imap: Added support for SASL-IR extension (Part 1)
Introduced detection of the SASL-IR capability, in order to add support for sending the initial response with the AUTHENTICATE command, as per RFC4959.
This commit is contained in:
@@ -63,6 +63,7 @@ struct imap_conn {
|
||||
char resptag[5]; /* Response tag to wait for */
|
||||
bool ssldone; /* Is connect() over SSL done? */
|
||||
bool login_disabled; /* LOGIN command explicitly disabled by server */
|
||||
bool ir_supported; /* Initial response supported by server */
|
||||
};
|
||||
|
||||
extern const struct Curl_handler Curl_handler_imap;
|
||||
|
||||
Reference in New Issue
Block a user