aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-04-18 17:42:40 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-04-18 20:14:09 +0100
commitd7ed8da43e111976b40d5092506609326dc18bd7 (patch)
tree268498cbeb6dafd6a47ef9dfba9a3077997a3235 /lib/imap.h
parente2c14bde22503f63e64b38701d04cbc72be9a221 (diff)
imap: Extended FETCH support to include PARTIAL URL specifier
Diffstat (limited to 'lib/imap.h')
-rw-r--r--lib/imap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/imap.h b/lib/imap.h
index 821da6788..3abe3e467 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 *partial; /* Message PARTIAL to fetch */
char *query; /* Query to search for */
char *custom; /* Custom request */
char *custom_params; /* Parameters for the custom request */