mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:53:32 +03:00
imap: Added support for parsing URL query strings
Added support for parsing query strings from the URL as defined by RFC-5092.
This commit is contained in:
parent
f804378d16
commit
ca63d4feba
2 changed files with 20 additions and 4 deletions
|
|
@ -68,6 +68,7 @@ struct IMAP {
|
|||
char *uidvalidity; /* UIDVALIDITY to check in select */
|
||||
char *uid; /* Message UID to fetch */
|
||||
char *section; /* Message SECTION to fetch */
|
||||
char *query; /* Query to search for */
|
||||
char *custom; /* Custom request */
|
||||
char *custom_params; /* Parameters for the custom request */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue