imap: Added custom request parsing
authorJiri Hruska <jirka@fud.cz>
Sun, 3 Mar 2013 09:49:37 +0000 (10:49 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 3 Mar 2013 11:06:55 +0000 (11:06 +0000)
commitee7034800d24edece0623e94d79bdb66e3067c86
tree830a21c93de548011acbbf0de87b6957939a4d5a
parent1d3ccf27ec8b1551e8c6e8bb914db39f8bfd2b4d
imap: Added custom request parsing

Added imap_parse_custom_request() for parsing the CURLOPT_CUSTOMREQUEST
parameter which URL decodes the value and separates the request from
any parameters - This makes it easier to filter untagged responses
by the request command.
lib/imap.c