|
E-MailRelay
|
An interface used by ServerProtocol to provide response text strings. More...
#include <gpopserverprotocol.h>
Inheritance diagram for GPop::ServerProtocol::Text:Public Member Functions | |
| virtual std::string | greeting () const =0 |
| virtual std::string | quit () const =0 |
| virtual std::string | capa () const =0 |
| virtual std::string | user (const std::string &id) const =0 |
An interface used by ServerProtocol to provide response text strings.
Definition at line 61 of file gpopserverprotocol.h.