imap: Extended FETCH support to include PARTIAL URL specifier

This commit is contained in:
Steve Holme
2014-04-18 17:42:40 +01:00
parent e2c14bde22
commit d7ed8da43e
2 changed files with 20 additions and 5 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 *partial; /* Message PARTIAL to fetch */
char *query; /* Query to search for */
char *custom; /* Custom request */
char *custom_params; /* Parameters for the custom request */