E-MailRelay
|
An interface used by GSmtp::ServerProtocol to provide response text strings. More...
#include <gsmtpserverprotocol.h>
Public Member Functions | |
virtual std::string | greeting () const =0 |
Returns a system identifier for the initial greeting. | |
virtual std::string | hello (const std::string &smtp_peer_name) const =0 |
Returns a hello response. | |
virtual std::string | received (const std::string &smtp_peer_name, bool auth, bool secure, const std::string &protocol, const std::string &cipher) const =0 |
Returns a complete 'Received' line. | |
virtual | ~Text ()=default |
Destructor. | |
An interface used by GSmtp::ServerProtocol to provide response text strings.
Definition at line 86 of file gsmtpserverprotocol.h.