#include "pingpong.h"
#include "curl_sasl.h"
Go to the source code of this file.
Classes |
struct | IMAP |
struct | imap_conn |
Defines |
#define | IMAP_TYPE_ANY ~0U |
#define | IMAP_TYPE_CLEARTEXT (1 << 0) |
#define | IMAP_TYPE_NONE 0 |
#define | IMAP_TYPE_SASL (1 << 1) |
Enumerations |
enum | imapstate {
IMAP_STOP,
IMAP_SERVERGREET,
IMAP_CAPABILITY,
IMAP_STARTTLS,
IMAP_UPGRADETLS,
IMAP_AUTHENTICATE,
IMAP_LOGIN,
IMAP_LIST,
IMAP_SELECT,
IMAP_FETCH,
IMAP_FETCH_FINAL,
IMAP_APPEND,
IMAP_APPEND_FINAL,
IMAP_SEARCH,
IMAP_LOGOUT,
IMAP_LAST
} |
Variables |
struct Curl_handler | Curl_handler_imap |
struct Curl_handler | Curl_handler_imaps |
Define Documentation
Enumeration Type Documentation
- Enumerator:
IMAP_STOP |
|
IMAP_SERVERGREET |
|
IMAP_CAPABILITY |
|
IMAP_STARTTLS |
|
IMAP_UPGRADETLS |
|
IMAP_AUTHENTICATE |
|
IMAP_LOGIN |
|
IMAP_LIST |
|
IMAP_SELECT |
|
IMAP_FETCH |
|
IMAP_FETCH_FINAL |
|
IMAP_APPEND |
|
IMAP_APPEND_FINAL |
|
IMAP_SEARCH |
|
IMAP_LOGOUT |
|
IMAP_LAST |
|
Definition at line 31 of file imap.h.
Variable Documentation