Searched refs:ReadSMTPReply (Results 1 – 1 of 1) sorted by relevance
806 bool ReadSMTPReply(unsigned *out_code, std::string *out_content) { in ReadSMTPReply() function in SocketLineReader892 if (!line_reader.ReadSMTPReply(&code_220, &reply_220)) { in DoSMTPStartTLS()909 if (!line_reader.ReadSMTPReply(&code_250, &reply_250)) { in DoSMTPStartTLS()929 if (!line_reader.ReadSMTPReply(&code_220, &reply_220)) { in DoSMTPStartTLS()