Home
last modified time | relevance | path

Searched defs:IMAP (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dimap.h56 struct IMAP { struct
57 curl_pp_transfer transfer;
58 char *mailbox; /* Mailbox to select */
59 char *uidvalidity; /* UIDVALIDITY to check in select */
60 char *uid; /* Message UID to fetch */
61 char *mindex; /* Index in mail box of mail to fetch */
62 char *section; /* Message SECTION to fetch */
63 char *partial; /* Message PARTIAL to fetch */
64 char *query; /* Query to search for */
65 char *custom; /* Custom request */
[all …]