An interface used by ServerProtocol to send protocol replies.
More...
#include <gsmtpserverprotocol.h>
|
virtual void | protocolSend (const std::string &s, bool go_secure)=0 |
| Called when the protocol class wants to send data down the socket.
|
|
virtual void | protocolShutdown ()=0 |
| Called on receipt of a quit command after the quit response has been sent allowing the socket to be shut down.
|
|
virtual | ~Sender ()=default |
| Destructor.
|
|
An interface used by ServerProtocol to send protocol replies.
Definition at line 60 of file gsmtpserverprotocol.h.
The documentation for this class was generated from the following file: