#include "MimeDec.hpp"#include "Pop3Prot.hpp"#include "SmtpProt.hpp"#include "WSocket.hpp"#include <vector.h>#include <map.h>Go to the source code of this file.
Classes | |
| class | IcsMail |
| struct | Pop3MailInfo |
| class | Pop3MailInfos |
Defines | |
| #define | CMD_NONE 0 |
| #define | CMD_POP3_GET_ALL 1 |
| #define | CMD_POP3_GET_MSG 2 |
| #define | CMD_POP3_GET_LIST 4 |
| #define | CMD_POP3_CONNECT 8 |
| #define | CMD_POP3_DISCONNECT 16 |
| #define | CMD_POP3_LIST 32 |
| #define | CMD_POP3_LIST_IDS 64 |
| #define | CMD_POP3_UNDEL 128 |
| #define | CMD_POP3_DEL_LIST 256 |
| #define | CMD_POP3_ABORT 512 |
| #define | CMD_POP3_TOP_ALL 1024 |
| #define | CMD_POP3_TOP_MSG 2048 |
| #define | CMD_POP3_TOP_LIST 4096 |
| #define | CMD_POP3_PARSE_ALL 8192 |
| #define | CMD_SMTP_CONNECT 16384 |
| #define | CMD_SMTP_DISCONNECT 32768 |
| #define | CMD_SMTP_ABORT 65536 |
Enumerations | |
| enum | MailState { connected, disconnected, listed, sendfinished, getfinished, delfinished } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4