summaryrefslogtreecommitdiff
path: root/lib/imap.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-08-05 11:51:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-09-08 15:36:11 +0200
commitfb30ac5a2d63773c529c19259754e2b306ac2e2e (patch)
tree0e26d4e3f085a2f50b19f3eba53bafce509e3826 /lib/imap.c
parent17ca0ccff4aeacc63bf7fa90314ea58d23464617 (diff)
downloadgnurl-fb30ac5a2d63773c529c19259754e2b306ac2e2e.tar.gz
gnurl-fb30ac5a2d63773c529c19259754e2b306ac2e2e.tar.bz2
gnurl-fb30ac5a2d63773c529c19259754e2b306ac2e2e.zip
URL-API
See header file and man pages for API. All documented API details work and are tested in the 1560 test case. Closes #2842
Diffstat (limited to 'lib/imap.c')
-rw-r--r--lib/imap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c
index 4a9c01ae7..63fcb4d41 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -159,7 +159,8 @@ const struct Curl_handler Curl_handler_imaps = {
ZERO_NULL, /* connection_check */
PORT_IMAPS, /* defport */
CURLPROTO_IMAPS, /* protocol */
- PROTOPT_CLOSEACTION | PROTOPT_SSL /* flags */
+ PROTOPT_CLOSEACTION | PROTOPT_SSL | /* flags */
+ PROTOPT_URLOPTIONS
};
#endif