Searched refs:ir (Results 1 – 24 of 24) sorted by relevance
/curl/docs/cmdline-opts/ |
H A D | sasl-ir.md | 4 Long: sasl-ir 12 - --sasl-ir imap://example.com/ 15 # `--sasl-ir`
|
H A D | Makefile.inc | 251 sasl-ir.md \
|
/curl/tests/data/ |
H A D | test871 | 42 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret --sasl-ir
|
H A D | test885 | 42 'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/%TESTNUMBER' --sasl-ir
|
H A D | test886 | 42 'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/%TESTNUMBER' --sasl-ir
|
H A D | test872 | 42 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret --sasl-ir
|
H A D | test874 | 42 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
|
H A D | test873 | 48 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u testuser:testpass --sasl-ir
|
H A D | test888 | 43 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
|
H A D | test919 | 35 …MBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T -
|
H A D | test920 | 35 …MBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T -
|
H A D | test944 | 35 …TPPORT/%TESTNUMBER' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T -
|
H A D | test945 | 35 …TPPORT/%TESTNUMBER' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T -
|
H A D | test921 | 41 …-mail-rcpt recipient@example.com --mail-from sender@example.com -u testuser:testpass --sasl-ir -T -
|
H A D | test922 | 35 …t@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T -
|
H A D | test980 | 36 …-mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --ssl --sasl-ir -T -
|
H A D | test890 | 35 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
|
H A D | test947 | 36 …t@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T -
|
H A D | test949 | 37 …t@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T -
|
/curl/lib/ |
H A D | curl_sasl.h | 101 const struct bufref *ir);
|
H A D | pop3.c | 546 const char *ir = (const char *) Curl_bufref_ptr(initresp); in pop3_perform_auth() local 548 if(ir) { /* AUTH <mech> ...<crlf> */ in pop3_perform_auth() 550 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s %s", mech, ir); in pop3_perform_auth()
|
H A D | smtp.c | 437 const char *ir = (const char *) Curl_bufref_ptr(initresp); in smtp_perform_auth() local 439 if(ir) { /* AUTH <mech> ...<crlf> */ in smtp_perform_auth() 441 result = Curl_pp_sendf(data, &smtpc->pp, "AUTH %s %s", mech, ir); in smtp_perform_auth()
|
H A D | imap.c | 551 const char *ir = (const char *) Curl_bufref_ptr(initresp); in imap_perform_authenticate() local 553 if(ir) { in imap_perform_authenticate() 555 result = imap_sendf(data, "AUTHENTICATE %s %s", mech, ir); in imap_perform_authenticate()
|
/curl/docs/ |
H A D | options-in-versions | 216 --sasl-ir 7.31.0
|
Completed in 29 milliseconds