From 1d3ccf27ec8b1551e8c6e8bb914db39f8bfd2b4d Mon Sep 17 00:00:00 2001 From: Jiri Hruska Date: Sun, 3 Mar 2013 10:12:27 +0100 Subject: imap: Introduced custom request parameters Added custom request parameters to the per-request structure. --- lib/imap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/imap.h') diff --git a/lib/imap.h b/lib/imap.h index b92a14d51..1ca67fe2b 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -65,6 +65,8 @@ struct IMAP { char *uidvalidity; /* UIDVALIDITY to check in select */ char *uid; /* Message UID to fetch */ char *section; /* Message SECTION to fetch */ + char *custom; /* Custom request */ + char *custom_params; /* Parameters for the custom request */ }; /* imap_conn is used for struct connection-oriented data in the connectdata -- cgit v1.2.3