Searched defs:IMAP (Results 1 – 1 of 1) sorted by relevance
56 struct IMAP { struct57 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 */85 struct dynbuf dyn; /* for the IMAP commands */ argument