Lines Matching full:starttls
318 "STARTTLS",
398 /* Send the STARTTLS command */
399 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", "STARTTLS");
681 /* For STARTTLS responses */
693 failf(data, "STARTTLS denied. %c", smtpcode);
730 /* Does the server support the STARTTLS capability? */
731 if(len >= 8 && !memcmp(line, "STARTTLS", 8))
788 failf(data, "STARTTLS not supported.");