Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/Core/SMTP/
H A DSmtp.cpp177 while(ReplyIsPending()){ in Authenticate()
202 if(ReplyIsPending()) { in SendMail()
H A DSMTP.h66 …bool ReplyIsPending() const { return smtp_code >= 300 && smtp_co… in ReplyIsPending() function