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:
Steve Holme
2014-04-18 15:58:33 +01:00
parent f804378d16
commit ca63d4feba
2 changed files with 20 additions and 4 deletions

View File

@@ -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 */
};