Lines Matching refs:response
179 smtp_get_message, /* Get SASL response message */
205 * also detects various capabilities from the EHLO response including the
219 /* Do we have a command response? This should be the response code followed
222 only send the response code instead as per Section 4.2. */
235 /* Do we have a multiline (continuation) response? */
239 *resp = 1; /* Internal response code */
249 * Gets the authentication message from the response buffer.
437 /* Send the AUTH command with the initial response */
844 failf(data, "Got unexpected smtp-server response: %d", smtpcode);
861 /* Pipelining in response is forbidden. */
976 failf(data, "Unexpectedly short EHLO response");
1149 /* For DATA response */
1212 /* Read the response from the server */
1217 /* Store the latest response for later retrieval if necessary */
1224 /* We have now received a full SMTP server response */
1372 /* Start off waiting for the server greeting response */
1449 /* Successfully sent so adjust the response timeout relative to now */
1450 pp->response = Curl_now();