cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: libcurl 7.26.0 pop3 custom command loops

From: Steve Holme <steve_holme_at_hotmail.com>
Date: Sun, 24 Jun 2012 22:00:11 +0100

Hi Nagai,

> Thanks for your advice.
> I fixed my code and it works well.
>    curl_easy_setopt(handle, CURLOPT_CUSTOMREQUEST, "DELE");
>    curl_easy_setopt(handle, CURLOPT_NOBODY, 1);

You're welcome... I just double checked the documentation for CUSTOMREQUEST
and NOBODY and it's not obvious that the option should be used for the DELE
command so I will update the documentation accordingly.

Cheers for your input

Steve

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-06-24