#include "pingpong.h"
#include "curl_sasl.h"
Go to the source code of this file.
|
enum | pop3state {
POP3_STOP,
POP3_SERVERGREET,
POP3_CAPA,
POP3_STARTTLS,
POP3_UPGRADETLS,
POP3_AUTH,
POP3_APOP,
POP3_USER,
POP3_PASS,
POP3_COMMAND,
POP3_QUIT,
POP3_LAST
} |
|
◆ POP3_EOB
#define POP3_EOB "\x0d\x0a\x2e\x0d\x0a" |
◆ POP3_EOB_LEN
◆ POP3_TYPE_ANY
#define POP3_TYPE_ANY ~0U |
◆ POP3_TYPE_APOP
#define POP3_TYPE_APOP (1 << 1) |
◆ POP3_TYPE_CLEARTEXT
#define POP3_TYPE_CLEARTEXT (1 << 0) |
◆ POP3_TYPE_NONE
◆ POP3_TYPE_SASL
#define POP3_TYPE_SASL (1 << 2) |
◆ pop3state
Enumerator |
---|
POP3_STOP | |
POP3_SERVERGREET | |
POP3_CAPA | |
POP3_STARTTLS | |
POP3_UPGRADETLS | |
POP3_AUTH | |
POP3_APOP | |
POP3_USER | |
POP3_PASS | |
POP3_COMMAND | |
POP3_QUIT | |
POP3_LAST | |
Definition at line 31 of file pop3.h.
◆ Curl_pop3_write()
◆ Curl_handler_pop3
◆ Curl_handler_pop3s