E-MailRelay
|
#include "gdef.h"
#include "gaddress.h"
#include "gstatemachine.h"
#include "gsaslserversecrets.h"
#include "gpopstore.h"
#include "gsaslserver.h"
#include "gstringview.h"
#include "gtimer.h"
#include "gexception.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | GPop::ServerProtocol |
Implements the POP server-side protocol. More... | |
class | GPop::ServerProtocol::Sender |
An interface used by ServerProtocol to send protocol replies. More... | |
class | GPop::ServerProtocol::Text |
An interface used by ServerProtocol to provide response text strings. More... | |
struct | GPop::ServerProtocol::Config |
A structure containing configuration parameters for ServerProtocol. More... | |
class | GPop::ServerProtocol::Security |
An interface used by ServerProtocol to enable TLS. More... | |
class | GPop::ServerProtocolText |
A default implementation for the ServerProtocol::Text interface. More... | |
Namespaces | |
namespace | GPop |
POP3 classes. | |