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