Re: curl_easy_cmdline ?

2020-12-01 Thread Tetetest via curl-library
Hello Daniel, Tuesday, December 1, 2020, 6:29:12 PM, you wrote: DSvcl> Here's an idea: a function that can return the equivalent curl command line DSvcl> based on the options set in the easy handle! IMO it belongs to curl code, not to curl-library. This function will be dead code for any applic

Re: curl_easy_cmdline ?

2020-12-01 Thread Daniel Stenberg via curl-library
On Tue, 1 Dec 2020, James Read wrote: https://github.com/curl/curl/wiki/curl_easy_cmdline Sounds useful. Is it doable? Absolutely. It can't really do a 100% conversion, but could probably be close enough for most setups... -- / daniel.haxx.se | Commercial curl support up to 24x7 is

Re: curl_easy_cmdline ?

2020-12-01 Thread Zakrzewski, Jakub via curl-library
> Thoughts? Just one: Amazing idea! :) --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html

Re: curl_easy_cmdline ?

2020-12-01 Thread James Read via curl-library
On Tue, Dec 1, 2020 at 3:34 PM Daniel Stenberg via curl-library < curl-library@cool.haxx.se> wrote: > Hi, > > Here's an idea: a function that can return the equivalent curl command > line > based on the options set in the easy handle! > > For debugging and more. > >https://github.com/curl/curl

curl_easy_cmdline ?

2020-12-01 Thread Daniel Stenberg via curl-library
Hi, Here's an idea: a function that can return the equivalent curl command line based on the options set in the easy handle! For debugging and more. https://github.com/curl/curl/wiki/curl_easy_cmdline Thoughts? -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | P

[SMTP][RCPT] How to retrieve failed recipients using CURLOPT_MAIL_RCPT_ALLLOWFAILS

2020-12-01 Thread Clément Bazin de Jessey via curl-library
Hello, When sending a SMTP mail with multiple recipients with CURLOPT_MAIL_RCPT_ALLLOWFAILS set to 1L, is there a way to know for which recipient the send failed ? I can see them in the console using CURLOPT_VERBOSE option but I would like my application to know it in order to perform some acti