C++ SMTP Stack
0.10
|
SMTP 응답 메시지를 파싱하여서 저장하는 클래스 더 자세히 ...
Public 멤버 함수 | |
CSmtpResponse () | |
~CSmtpResponse () | |
int | Parse (const char *pszText, int iTextLen) |
SMTP 응답 메시지를 파싱하여서 내부 자료구조에 저장한다. | |
int | ParseLine (const char *pszText, int iTextLen, bool &bLastLine) |
SMTP 응답 메시지의 1라인을 파싱하여서 내부 자료구조에 저장한다. |
Public 속성 | |
int | m_iCode |
SMTP 응답 코드 | |
STRING_LIST | m_clsReplyList |
SMTP 응답 메시지 리스트 |
SMTP 응답 메시지를 파싱하여서 저장하는 클래스
CSmtpResponse::CSmtpResponse | ( | ) |
CSmtpResponse::~CSmtpResponse | ( | ) |
STRING_LIST CSmtpResponse::m_clsReplyList |
SMTP 응답 메시지 리스트
int CSmtpResponse::m_iCode |
SMTP 응답 코드