Home
last modified time | relevance | path

Searched refs:mail_rcpt_allowfails (Results 1 – 6 of 6) sorted by relevance

/curl/src/
H A Dtool_cfgable.h109 bool mail_rcpt_allowfails; /* --mail-rcpt-allowfails */ member
H A Dtool_getparam.c2141 config->mail_rcpt_allowfails = toggle; in getparameter()
H A Dtool_operate.c2238 config->mail_rcpt_allowfails ? 1L : 0L); in single_transfer()
/curl/lib/
H A Durldata.h1744 BIT(mail_rcpt_allowfails); /* allow RCPT TO command to fail for some
H A Dsmtp.c1108 (is_smtp_err && !data->set.mail_rcpt_allowfails) ? TRUE : FALSE; in smtp_state_rcpt_resp()
H A Dsetopt.c2751 data->set.mail_rcpt_allowfails = (0 != va_arg(param, long)); in Curl_vsetopt()

Completed in 77 milliseconds