From d7ed8da43e111976b40d5092506609326dc18bd7 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 18 Apr 2014 17:42:40 +0100 Subject: imap: Extended FETCH support to include PARTIAL URL specifier --- 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 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 */ -- cgit v1.2.3