cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: A question about libcurl mail server connection

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 18 Apr 2009 19:21:16 +0200 (CEST)

On Sat, 18 Apr 2009, Vasiliy Ivanov wrote:

> Can anyone tell, how can I send data without headers. Such as "get:" "post:"
> "put"
>
> I need to send data to pop3 mail server. And this server do no need to send
> headers.

libcurl is most likely not the best idea to use for pop3.

But you can possibly use CONNECT_ONLY, and curl_easy_send() to do this.

-- 
  / daniel.haxx.se
Received on 2009-04-18