An element of a SMTP response. More...
Public Member Functions | |
| responseLine (const int code, const string &text) | |
| void | setCode (const int code) |
| int | getCode () const |
| void | setText (const string &text) |
| const string | getText () const |
An element of a SMTP response.
| responseLine | ( | const int | code, | |
| const string & | text | |||
| ) |
| int getCode | ( | ) | const |
| const string getText | ( | ) | const |
| void setCode | ( | const int | code | ) |
| void setText | ( | const string & | text | ) |
1.6.2