TODO 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. Things that could be nice to do in the future
  7. Things to do in project cURL. Please tell us what you think, contribute and
  8. send us patches that improve things!
  9. All bugs documented in the KNOWN_BUGS document are subject for fixing!
  10. 1. libcurl
  11. 1.2 More data sharing
  12. 1.3 struct lifreq
  13. 1.4 signal-based resolver timeouts
  14. 1.5 get rid of PATH_MAX
  15. 1.6 Modified buffer size approach
  16. 1.7 Detect when called from witin callbacks
  17. 1.8 Allow SSL (HTTPS) to proxy
  18. 2. libcurl - multi interface
  19. 2.1 More non-blocking
  20. 2.2 Fix HTTP Pipelining for PUT
  21. 3. Documentation
  22. 3.1 More and better
  23. 4. FTP
  24. 4.1 HOST
  25. 4.2 Alter passive/active on failure and retry
  26. 4.3 Earlier bad letter detection
  27. 4.4 REST for large files
  28. 4.5 ASCII support
  29. 5. HTTP
  30. 5.1 Better persistency for HTTP 1.0
  31. 5.2 support FF3 sqlite cookie files
  32. 5.3 Rearrange request header order
  33. 5.4 HTTP2/SPDY
  34. 5.5 auth= in URLs
  35. 6. TELNET
  36. 6.1 ditch stdin
  37. 6.2 ditch telnet-specific select
  38. 6.3 feature negotiation debug data
  39. 6.4 send data in chunks
  40. 7. SMTP
  41. 7.1 Pipelining
  42. 7.2 Enhanced capability support
  43. 8. POP3
  44. 8.1 Pipelining
  45. 8.2 Enhanced capability support
  46. 9. IMAP
  47. 9.1 Enhanced capability support
  48. 10. LDAP
  49. 10.1 SASL based authentication mechanisms
  50. 11. New protocols
  51. 11.1 RSYNC
  52. 12. SSL
  53. 12.1 Disable specific versions
  54. 12.2 Provide mutex locking API
  55. 12.3 Evaluate SSL patches
  56. 12.4 Cache OpenSSL contexts
  57. 12.5 Export session ids
  58. 12.6 Provide callback for cert verification
  59. 12.7 improve configure --with-ssl
  60. 12.8 Support DANE
  61. 13. GnuTLS
  62. 13.1 SSL engine stuff
  63. 13.2 check connection
  64. 14. SASL
  65. 14.1 Other authentication mechanisms
  66. 15. Client
  67. 15.1 sync
  68. 15.2 glob posts
  69. 15.3 prevent file overwriting
  70. 15.4 simultaneous parallel transfers
  71. 15.5 provide formpost headers
  72. 15.6 url-specific options
  73. 15.7 warning when setting an option
  74. 15.8 IPv6 addresses with globbing
  75. 16. Build
  76. 16.1 roffit
  77. 17. Test suite
  78. 17.1 SSL tunnel
  79. 17.2 nicer lacking perl message
  80. 17.3 more protocols supported
  81. 17.4 more platforms supported
  82. 18. Next SONAME bump
  83. 18.1 http-style HEAD output for ftp
  84. 18.2 combine error codes
  85. 18.3 extend CURLOPT_SOCKOPTFUNCTION prototype
  86. 19. Next major release
  87. 19.1 cleanup return codes
  88. 19.2 remove obsolete defines
  89. 19.3 size_t
  90. 19.4 remove several functions
  91. 19.5 remove CURLOPT_FAILONERROR
  92. 19.6 remove CURLOPT_DNS_USE_GLOBAL_CACHE
  93. 19.7 remove progress meter from libcurl
  94. 19.8 remove 'curl_httppost' from public
  95. 19.9 have form functions use CURL handle argument
  96. 19.10 Add CURLOPT_MAIL_CLIENT option
  97. ==============================================================================
  98. 1. libcurl
  99. 1.2 More data sharing
  100. curl_share_* functions already exist and work, and they can be extended to
  101. share more. For example, enable sharing of the ares channel and the
  102. connection cache.
  103. 1.3 struct lifreq
  104. Use 'struct lifreq' and SIOCGLIFADDR instead of 'struct ifreq' and
  105. SIOCGIFADDR on newer Solaris versions as they claim the latter is obsolete.
  106. To support ipv6 interface addresses for network interfaces properly.
  107. 1.4 signal-based resolver timeouts
  108. libcurl built without an asynchronous resolver library uses alarm() to time
  109. out DNS lookups. When a timeout occurs, this causes libcurl to jump from the
  110. signal handler back into the library with a sigsetjmp, which effectively
  111. causes libcurl to continue running within the signal handler. This is
  112. non-portable and could cause problems on some platforms. A discussion on the
  113. problem is available at http://curl.haxx.se/mail/lib-2008-09/0197.html
  114. Also, alarm() provides timeout resolution only to the nearest second. alarm
  115. ought to be replaced by setitimer on systems that support it.
  116. 1.5 get rid of PATH_MAX
  117. Having code use and rely on PATH_MAX is not nice:
  118. http://insanecoding.blogspot.com/2007/11/pathmax-simply-isnt.html
  119. Currently the SSH based code uses it a bit, but to remove PATH_MAX from there
  120. we need libssh2 to properly tell us when we pass in a too small buffer and
  121. its current API (as of libssh2 1.2.7) doesn't.
  122. 1.6 Modified buffer size approach
  123. Current libcurl allocates a fixed 16K size buffer for download and an
  124. additional 16K for upload. They are always unconditionally part of the easy
  125. handle. If CRLF translations are requested, an additional 32K "scratch
  126. buffer" is allocated. A total of 64K transfer buffers in the worst case.
  127. First, while the handles are not actually in use these buffers could be freed
  128. so that lingering handles just kept in queues or whatever waste less memory.
  129. Secondly, SFTP is a protocol that needs to handle many ~30K blocks at once
  130. since each need to be individually acked and therefore libssh2 must be
  131. allowed to send (or receive) many separate ones in parallel to achieve high
  132. transfer speeds. A current libcurl build with a 16K buffer makes that
  133. impossible, but one with a 512K buffer will reach MUCH faster transfers. But
  134. allocating 512K unconditionally for all buffers just in case they would like
  135. to do fast SFTP transfers at some point is not a good solution either.
  136. Dynamically allocate buffer size depending on protocol in use in combination
  137. with freeing it after each individual transfer? Other suggestions?
  138. 1.7 Detect when called from witin callbacks
  139. We should set a state variable before calling callbacks, so that we
  140. subsequently can add code within libcurl that returns error if called within
  141. callbacks for when that's not supported.
  142. 1.8 Allow SSL (HTTPS) to proxy
  143. To prevent local users from snooping on your traffic to the proxy. Supported
  144. by Chrome already:
  145. http://www.chromium.org/developers/design-documents/secure-web-proxy
  146. 2. libcurl - multi interface
  147. 2.1 More non-blocking
  148. Make sure we don't ever loop because of non-blocking sockets returning
  149. EWOULDBLOCK or similar. Blocking cases include:
  150. - Name resolves on non-windows unless c-ares is used
  151. - NSS SSL connections
  152. - HTTP proxy CONNECT operations
  153. - SOCKS proxy handshakes
  154. - file:// transfers
  155. - TELNET transfers
  156. - The "DONE" operation (post transfer protocol-specific actions) for the
  157. protocols SFTP, SMTP, FTP. Fixing Curl_done() for this is a worthy task.
  158. 2.2 Fix HTTP Pipelining for PUT
  159. HTTP Pipelining can be a way to greatly enhance performance for multiple
  160. serial requests and currently libcurl only supports that for HEAD and GET
  161. requests but it should also be possible for PUT.
  162. 3. Documentation
  163. 3.1 More and better
  164. Exactly
  165. 4. FTP
  166. 4.1 HOST
  167. HOST is a suggested command in the works for a client to tell which host name
  168. to use, to offer FTP servers named-based virtual hosting:
  169. http://tools.ietf.org/html/draft-hethmon-mcmurray-ftp-hosts-11
  170. 4.2 Alter passive/active on failure and retry
  171. When trying to connect passively to a server which only supports active
  172. connections, libcurl returns CURLE_FTP_WEIRD_PASV_REPLY and closes the
  173. connection. There could be a way to fallback to an active connection (and
  174. vice versa). http://curl.haxx.se/bug/feature.cgi?id=1754793
  175. 4.3 Earlier bad letter detection
  176. Make the detection of (bad) %0d and %0a codes in FTP url parts earlier in the
  177. process to avoid doing a resolve and connect in vain.
  178. 4.4 REST for large files
  179. REST fix for servers not behaving well on >2GB requests. This should fail if
  180. the server doesn't set the pointer to the requested index. The tricky
  181. (impossible?) part is to figure out if the server did the right thing or not.
  182. 4.5 ASCII support
  183. FTP ASCII transfers do not follow RFC959. They don't convert the data
  184. accordingly.
  185. 5. HTTP
  186. 5.1 Better persistency for HTTP 1.0
  187. "Better" support for persistent connections over HTTP 1.0
  188. http://curl.haxx.se/bug/feature.cgi?id=1089001
  189. 5.2 support FF3 sqlite cookie files
  190. Firefox 3 is changing from its former format to a a sqlite database instead.
  191. We should consider how (lib)curl can/should support this.
  192. http://curl.haxx.se/bug/feature.cgi?id=1871388
  193. 5.3 Rearrange request header order
  194. Server implementors often make an effort to detect browser and to reject
  195. clients it can detect to not match. One of the last details we cannot yet
  196. control in libcurl's HTTP requests, which also can be exploited to detect
  197. that libcurl is in fact used even when it tries to impersonate a browser, is
  198. the order of the request headers. I propose that we introduce a new option in
  199. which you give headers a value, and then when the HTTP request is built it
  200. sorts the headers based on that number. We could then have internally created
  201. headers use a default value so only headers that need to be moved have to be
  202. specified.
  203. 5.4 HTTP2/SPDY
  204. The first drafts for HTTP2 have been published
  205. (http://tools.ietf.org/html/draft-ietf-httpbis-http2-03) and is so far based
  206. on SPDY (http://www.chromium.org/spdy) designs and experiences. Chances are
  207. it will end up in that style. Chrome and Firefox already support SPDY and
  208. lots of web services do.
  209. It would make sense to implement SPDY support now and later transition into
  210. or add HTTP2 support as well.
  211. We should base or HTTP2/SPDY work on a 3rd party library for the protocol
  212. fiddling. The Spindy library (http://spindly.haxx.se/) was an attempt to make
  213. such a library with an API suitable for use by libcurl but that effort has
  214. more or less stalled. spdylay (https://github.com/tatsuhiro-t/spdylay) may
  215. be a better option, either used directly or wrapped with a more spindly-like
  216. API.
  217. 5.5 auth= in URLs
  218. Add the ability to specify the preferred authentication mechanism to use by
  219. using ;auth=<mech> in the login part of the URL.
  220. For example:
  221. http://test:pass;auth=NTLM@example.com would be equivalent to specifing --user
  222. test:pass;auth=NTLM or --user test:pass --ntlm from the command line.
  223. Additionally this should be implemented for proxy base URLs as well.
  224. 6. TELNET
  225. 6.1 ditch stdin
  226. Reading input (to send to the remote server) on stdin is a crappy solution for
  227. library purposes. We need to invent a good way for the application to be able
  228. to provide the data to send.
  229. 6.2 ditch telnet-specific select
  230. Move the telnet support's network select() loop go away and merge the code
  231. into the main transfer loop. Until this is done, the multi interface won't
  232. work for telnet.
  233. 6.3 feature negotiation debug data
  234. Add telnet feature negotiation data to the debug callback as header data.
  235. 6.4 send data in chunks
  236. Currently, telnet sends data one byte at a time. This is fine for interactive
  237. use, but inefficient for any other. Sent data should be sent in larger
  238. chunks.
  239. 7. SMTP
  240. 7.1 Pipelining
  241. Add support for pipelining emails.
  242. 7.2 Enhanced capability support
  243. Add the ability, for an application that uses libcurl, to obtain the list of
  244. capabilities returned from the EHLO command.
  245. 8. POP3
  246. 8.1 Pipelining
  247. Add support for pipelining commands.
  248. 8.2 Enhanced capability support
  249. Add the ability, for an application that uses libcurl, to obtain the list of
  250. capabilities returned from the CAPA command.
  251. 9. IMAP
  252. 9.1 Enhanced capability support
  253. Add the ability, for an application that uses libcurl, to obtain the list of
  254. capabilities returned from the CAPABILITY command.
  255. 10. LDAP
  256. 10.1 SASL based authentication mechanisms
  257. Currently the LDAP module only supports ldap_simple_bind_s() in order to bind
  258. to an LDAP server. However, this function sends username and password details
  259. using the simple authentication mechanism (as clear text). However, it should
  260. be possible to use ldap_bind_s() instead specifing the security context
  261. information ourselves.
  262. 11. New protocols
  263. 11.1 RSYNC
  264. There's no RFC for the protocol or an URI/URL format. An implementation
  265. should most probably use an existing rsync library, such as librsync.
  266. 12. SSL
  267. 12.1 Disable specific versions
  268. Provide an option that allows for disabling specific SSL versions, such as
  269. SSLv2 http://curl.haxx.se/bug/feature.cgi?id=1767276
  270. 12.2 Provide mutex locking API
  271. Provide a libcurl API for setting mutex callbacks in the underlying SSL
  272. library, so that the same application code can use mutex-locking
  273. independently of OpenSSL or GnutTLS being used.
  274. 12.3 Evaluate SSL patches
  275. Evaluate/apply Gertjan van Wingerde's SSL patches:
  276. http://curl.haxx.se/mail/lib-2004-03/0087.html
  277. 12.4 Cache OpenSSL contexts
  278. "Look at SSL cafile - quick traces look to me like these are done on every
  279. request as well, when they should only be necessary once per ssl context (or
  280. once per handle)". The major improvement we can rather easily do is to make
  281. sure we don't create and kill a new SSL "context" for every request, but
  282. instead make one for every connection and re-use that SSL context in the same
  283. style connections are re-used. It will make us use slightly more memory but
  284. it will libcurl do less creations and deletions of SSL contexts.
  285. 12.5 Export session ids
  286. Add an interface to libcurl that enables "session IDs" to get
  287. exported/imported. Cris Bailiff said: "OpenSSL has functions which can
  288. serialise the current SSL state to a buffer of your choice, and recover/reset
  289. the state from such a buffer at a later date - this is used by mod_ssl for
  290. apache to implement and SSL session ID cache".
  291. 12.6 Provide callback for cert verification
  292. OpenSSL supports a callback for customised verification of the peer
  293. certificate, but this doesn't seem to be exposed in the libcurl APIs. Could
  294. it be? There's so much that could be done if it were!
  295. 12.7 improve configure --with-ssl
  296. make the configure --with-ssl option first check for OpenSSL, then GnuTLS,
  297. then NSS...
  298. 12.8 Support DANE
  299. DNS-Based Authentication of Named Entities (DANE) is a way to provide SSL
  300. keys and certs over DNS using DNSSEC as an alternative to the CA model.
  301. http://www.rfc-editor.org/rfc/rfc6698.txt
  302. An initial patch was posted by Suresh Krishnaswamy on March 7th 2013
  303. (http://curl.haxx.se/mail/lib-2013-03/0075.html) but it was a too simple
  304. approach. See Daniel's comments:
  305. http://curl.haxx.se/mail/lib-2013-03/0103.html . libunbound may be the
  306. correct library to base this development on.
  307. 13. GnuTLS
  308. 13.1 SSL engine stuff
  309. Is this even possible?
  310. 13.2 check connection
  311. Add a way to check if the connection seems to be alive, to correspond to the
  312. SSL_peak() way we use with OpenSSL.
  313. 14. SASL
  314. 14.1 Other authentication mechanisms
  315. Add support for GSSAPI to SMTP, POP3 and IMAP.
  316. 15. Client
  317. 15.1 sync
  318. "curl --sync http://example.com/feed[1-100].rss" or
  319. "curl --sync http://example.net/{index,calendar,history}.html"
  320. Downloads a range or set of URLs using the remote name, but only if the
  321. remote file is newer than the local file. A Last-Modified HTTP date header
  322. should also be used to set the mod date on the downloaded file.
  323. 15.2 glob posts
  324. Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
  325. This is easily scripted though.
  326. 15.3 prevent file overwriting
  327. Add an option that prevents cURL from overwriting existing local files. When
  328. used, and there already is an existing file with the target file name
  329. (either -O or -o), a number should be appended (and increased if already
  330. existing). So that index.html becomes first index.html.1 and then
  331. index.html.2 etc.
  332. 15.4 simultaneous parallel transfers
  333. The client could be told to use maximum N simultaneous parallel transfers and
  334. then just make sure that happens. It should of course not make more than one
  335. connection to the same remote host. This would require the client to use the
  336. multi interface. http://curl.haxx.se/bug/feature.cgi?id=1558595
  337. 15.5 provide formpost headers
  338. Extending the capabilities of the multipart formposting. How about leaving
  339. the ';type=foo' syntax as it is and adding an extra tag (headers) which
  340. works like this: curl -F "coolfiles=@fil1.txt;headers=@fil1.hdr" where
  341. fil1.hdr contains extra headers like
  342. Content-Type: text/plain; charset=KOI8-R"
  343. Content-Transfer-Encoding: base64
  344. X-User-Comment: Please don't use browser specific HTML code
  345. which should overwrite the program reasonable defaults (plain/text,
  346. 8bit...)
  347. 15.6 url-specific options
  348. Provide a way to make options bound to a specific URL among several on the
  349. command line. Possibly by letting ':' separate options between URLs,
  350. similar to this:
  351. curl --data foo --url url.com : \
  352. --url url2.com : \
  353. --url url3.com --data foo3
  354. (More details: http://curl.haxx.se/mail/archive-2004-07/0133.html)
  355. The example would do a POST-GET-POST combination on a single command line.
  356. 15.7 warning when setting an option
  357. Display a warning when libcurl returns an error when setting an option.
  358. This can be useful to tell when support for a particular feature hasn't been
  359. compiled into the library.
  360. 15.8 IPv6 addresses with globbing
  361. Currently the command line client needs to get url globbing disabled (with
  362. -g) for it to support IPv6 numerical addresses. This is a rather silly flaw
  363. that should be corrected. It probably involves a smarter detection of the
  364. '[' and ']' letters.
  365. 16. Build
  366. 16.1 roffit
  367. Consider extending 'roffit' to produce decent ASCII output, and use that
  368. instead of (g)nroff when building src/tool_hugehelp.c
  369. 17. Test suite
  370. 17.1 SSL tunnel
  371. Make our own version of stunnel for simple port forwarding to enable HTTPS
  372. and FTP-SSL tests without the stunnel dependency, and it could allow us to
  373. provide test tools built with either OpenSSL or GnuTLS
  374. 17.2 nicer lacking perl message
  375. If perl wasn't found by the configure script, don't attempt to run the tests
  376. but explain something nice why it doesn't.
  377. 17.3 more protocols supported
  378. Extend the test suite to include more protocols. The telnet could just do ftp
  379. or http operations (for which we have test servers).
  380. 17.4 more platforms supported
  381. Make the test suite work on more platforms. OpenBSD and Mac OS. Remove
  382. fork()s and it should become even more portable.
  383. 18. Next SONAME bump
  384. 18.1 http-style HEAD output for ftp
  385. #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers
  386. from being output in NOBODY requests over ftp
  387. 18.2 combine error codes
  388. Combine some of the error codes to remove duplicates. The original
  389. numbering should not be changed, and the old identifiers would be
  390. macroed to the new ones in an CURL_NO_OLDIES section to help with
  391. backward compatibility.
  392. Candidates for removal and their replacements:
  393. CURLE_FILE_COULDNT_READ_FILE => CURLE_REMOTE_FILE_NOT_FOUND
  394. CURLE_FTP_COULDNT_RETR_FILE => CURLE_REMOTE_FILE_NOT_FOUND
  395. CURLE_FTP_COULDNT_USE_REST => CURLE_RANGE_ERROR
  396. CURLE_FUNCTION_NOT_FOUND => CURLE_FAILED_INIT
  397. CURLE_LDAP_INVALID_URL => CURLE_URL_MALFORMAT
  398. CURLE_TFTP_NOSUCHUSER => CURLE_TFTP_ILLEGAL
  399. CURLE_TFTP_NOTFOUND => CURLE_REMOTE_FILE_NOT_FOUND
  400. CURLE_TFTP_PERM => CURLE_REMOTE_ACCESS_DENIED
  401. 18.3 extend CURLOPT_SOCKOPTFUNCTION prototype
  402. The current prototype only provides 'purpose' that tells what the
  403. connection/socket is for, but not any protocol or similar. It makes it hard
  404. for applications to differentiate on TCP vs UDP and even HTTP vs FTP and
  405. similar.
  406. 10. Next major release
  407. 19.1 cleanup return codes
  408. curl_easy_cleanup() returns void, but curl_multi_cleanup() returns a
  409. CURLMcode. These should be changed to be the same.
  410. 19.2 remove obsolete defines
  411. remove obsolete defines from curl/curl.h
  412. 19.3 size_t
  413. make several functions use size_t instead of int in their APIs
  414. 19.4 remove several functions
  415. remove the following functions from the public API:
  416. curl_getenv
  417. curl_mprintf (and variations)
  418. curl_strequal
  419. curl_strnequal
  420. They will instead become curlx_ - alternatives. That makes the curl app
  421. still capable of using them, by building with them from source.
  422. These functions have no purpose anymore:
  423. curl_multi_socket
  424. curl_multi_socket_all
  425. 19.5 remove CURLOPT_FAILONERROR
  426. Remove support for CURLOPT_FAILONERROR, it has gotten too kludgy and weird
  427. internally. Let the app judge success or not for itself.
  428. 19.6 remove CURLOPT_DNS_USE_GLOBAL_CACHE
  429. Remove support for a global DNS cache. Anything global is silly, and we
  430. already offer the share interface for the same functionality but done
  431. "right".
  432. 19.7 remove progress meter from libcurl
  433. The internally provided progress meter output doesn't belong in the library.
  434. Basically no application wants it (apart from curl) but instead applications
  435. can and should do their own progress meters using the progress callback.
  436. The progress callback should then be bumped as well to get proper 64bit
  437. variable types passed to it instead of doubles so that big files work
  438. correctly.
  439. 19.8 remove 'curl_httppost' from public
  440. curl_formadd() was made to fill in a public struct, but the fact that the
  441. struct is public is never really used by application for their own advantage
  442. but instead often restricts how the form functions can or can't be modified.
  443. Changing them to return a private handle will benefit the implementation and
  444. allow us much greater freedoms while still maintining a solid API and ABI.
  445. 19.9 have form functions use CURL handle argument
  446. curl_formadd() and curl_formget() both currently have no CURL handle
  447. argument, but both can use a callback that is set in the easy handle, and
  448. thus curl_formget() with callback cannot function without first having
  449. curl_easy_perform() (or similar) called - which is hard to grasp and a design
  450. mistake.
  451. 19.10 Add CURLOPT_MAIL_CLIENT option
  452. Rather than use the URL to specify the mail client string to present in the
  453. HELO and EHLO commands, libcurl should support a new CURLOPT specifically for
  454. specifing this data as the URL is non-standard and to be honest a bit of a
  455. hack ;-)
  456. Please see the following thread for more information:
  457. http://curl.haxx.se/mail/lib-2012-05/0178.html