cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Unicode characters not shown correctly

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 12 Aug 2012 20:38:21 +0200 (CEST)

On Sat, 11 Aug 2012, Dan Fandrich wrote:

> libcurl will send any message body you want, but it's the application's
> responsibility to format that message body in the desired way. libcurl has
> some support for MIME-style attachments as used within HTTP, but I don't
> believe it is usable for SMTP. In this case, you will want to refer to
> RFC2045 and format the message body appropriately before sending it with
> libcurl.

Today I found the libquickmail project which seems helpful to send SMTP with
libcurl: http://sourceforge.net/projects/libquickmail/

Oh, and the curl-library mailing list is for libcurl stuff. This list is for
curl (the tool) topics.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-08-12