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:
@@ -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 */
|
||||
};
|
||||
|
Reference in New Issue
Block a user