diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-08-05 11:51:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-06 11:03:08 +0200 |
commit | bac70d074f448ebd610f8f15eeb5585515532fa1 (patch) | |
tree | 51195876cf8535fd815a65690d80115fcfdc335f /lib/imap.c | |
parent | 6987fcef657710f800b05dd79ff744087b15c73d (diff) | |
download | curl-URL-API.tar.gz |
URL-APIURL-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.c | 3 |
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 |