#include <BasicSMTP.h>
Definition at line 50 of file BasicSMTP.h.
Public Member Functions | |
| BasicSMTPMsg () | |
| BasicSMTPMsg (const std::string &from, const std::string &to, const std::string &msg) | |
| bool | valid () |
| void | clear () |
Public Attributes | |
| std::string | from_ |
| std::vector< std::string > | to_ |
| std::string | msg_ |
| oasys::BasicSMTPMsg::BasicSMTPMsg | ( | ) | [inline] |
Definition at line 56 of file BasicSMTP.h.
| oasys::BasicSMTPMsg::BasicSMTPMsg | ( | const std::string & | from, | |
| const std::string & | to, | |||
| const std::string & | msg | |||
| ) | [inline] |
| bool oasys::BasicSMTPMsg::valid | ( | ) | [inline] |
Definition at line 66 of file BasicSMTP.h.
References from_, msg_, and to_.
Referenced by oasys::BasicSMTPHandler::smtp_DATA_end().
| void oasys::BasicSMTPMsg::clear | ( | ) | [inline] |
Definition at line 72 of file BasicSMTP.h.
References from_, msg_, and to_.
Referenced by oasys::BasicSMTPHandler::smtp_DATA_end().
| std::string oasys::BasicSMTPMsg::from_ |
Definition at line 52 of file BasicSMTP.h.
Referenced by BasicSMTPMsg(), clear(), oasys::BasicSMTPSender::get_MAIL_from(), oasys::BasicSMTPHandler::smtp_MAIL(), and valid().
| std::vector<std::string> oasys::BasicSMTPMsg::to_ |
Definition at line 53 of file BasicSMTP.h.
Referenced by BasicSMTPMsg(), clear(), oasys::BasicSMTPSender::get_RCPT_list(), oasys::BasicSMTPHandler::smtp_RCPT(), and valid().
| std::string oasys::BasicSMTPMsg::msg_ |
Definition at line 54 of file BasicSMTP.h.
Referenced by BasicSMTPMsg(), clear(), oasys::BasicSMTPSender::get_DATA(), oasys::BasicSMTPHandler::smtp_DATA_begin(), oasys::BasicSMTPHandler::smtp_DATA_line(), and valid().
1.5.1