#include <SMTP.h>
Definition at line 36 of file SMTP.h.
Public Member Functions | |
Config () | |
Default config constructor. | |
Config (in_addr_t addr, u_int16_t port, int timeout, const std::string &domain) | |
Specific config constructor. | |
Public Attributes | |
in_addr_t | addr_ |
u_int16_t | port_ |
int | timeout_ |
std::string | domain_ |
oasys::SMTP::Config::Config | ( | ) | [inline] |
oasys::SMTP::Config::Config | ( | in_addr_t | addr, | |
u_int16_t | port, | |||
int | timeout, | |||
const std::string & | domain | |||
) | [inline] |
in_addr_t oasys::SMTP::Config::addr_ |
u_int16_t oasys::SMTP::Config::port_ |
Definition at line 53 of file SMTP.h.
Referenced by oasys::SMTP::process_cmd(), and oasys::SMTP::process_response().
std::string oasys::SMTP::Config::domain_ |