A structure containing configuration parameters for ServerProtocol. More...
#include <gserverprotocol.h>
Public Member Functions | |
Config (bool, unsigned int) | |
Public Attributes | |
bool | with_vrfy |
unsigned int | preprocessor_timeout |
bool | disconnect_on_overflow |
A structure containing configuration parameters for ServerProtocol.
Definition at line 79 of file gserverprotocol.h.
GSmtp::ServerProtocol::Config::Config | ( | bool | b, |
unsigned int | i | ||
) |
Definition at line 904 of file gserverprotocol.cpp.
bool GSmtp::ServerProtocol::Config::disconnect_on_overflow |
Definition at line 83 of file gserverprotocol.h.
unsigned int GSmtp::ServerProtocol::Config::preprocessor_timeout |
Definition at line 82 of file gserverprotocol.h.
bool GSmtp::ServerProtocol::Config::with_vrfy |
Definition at line 81 of file gserverprotocol.h.