E-MailRelay
|
A default implementation for the ServerProtocol::Text interface. More...
#include <gpopserverprotocol.h>
Public Member Functions | |
ServerProtocolText (const GNet::Address &peer) | |
Constructor. More... | |
ServerProtocolText (const ServerProtocolText &)=delete | |
ServerProtocolText (ServerProtocolText &&)=delete | |
void | operator= (const ServerProtocolText &)=delete |
void | operator= (ServerProtocolText &&)=delete |
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 |
A default implementation for the ServerProtocol::Text interface.
Definition at line 214 of file gpopserverprotocol.h.
|
explicit |
Constructor.
Definition at line 654 of file gpopserverprotocol.cpp.