imap: Introduced new per-request veriables
Added uidvalidity, uid and section variables to the per-request IMAP structure in preparation for upcoming URL parsing.
This commit is contained in:
@@ -59,6 +59,9 @@ struct IMAP {
|
||||
curl_off_t *bytecountp;
|
||||
curl_pp_transfer transfer;
|
||||
char *mailbox; /* Mailbox to select */
|
||||
char *uidvalidity; /* UIDVALIDITY to check in select */
|
||||
char *uid; /* Message UID to fetch */
|
||||
char *section; /* Message SECTION to fetch */
|
||||
};
|
||||
|
||||
/* imap_conn is used for struct connection-oriented data in the connectdata
|
||||
|
||||
Reference in New Issue
Block a user