From ca63d4feba34b5c48bd75e62fd6cd05f5bf61046 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 18 Apr 2014 15:58:33 +0100 Subject: imap: Added support for parsing URL query strings Added support for parsing query strings from the URL as defined by RFC-5092. --- lib/imap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/imap.h') diff --git a/lib/imap.h b/lib/imap.h index 53d202dcc..821da6788 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -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 */ }; -- cgit v1.2.3