Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dtransport_common.cc589 std::string reply_250; in DoSMTPStartTLS() local
590 if (!line_reader.ReadSMTPReply(&code_250, &reply_250)) { in DoSMTPStartTLS()
600 if (("\n" + reply_250 + "\n").find("\nSTARTTLS\n") == std::string::npos) { in DoSMTPStartTLS()