#include "gdef.h"
#include "gpop.h"
#include "gaddress.h"
#include "gstatemachine.h"
#include "gpopsecrets.h"
#include "gpopstore.h"
#include "gpopauth.h"
#include "gmemory.h"
#include "gtimer.h"
#include "gexception.h"
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. NOT USED. 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 | |
GPop | |
POP3 classes. | |