Curl wrapper round two

Jimmy Cao jcao219 at gmail.com
Sat Jun 18 20:16:45 PDT 2011


On Sat, Jun 18, 2011 at 4:16 PM, jdrewsen <jdrewsen at nospam.com> wrote:

> Den 18-06-2011 22:52, Jimmy Cao skrev:
>
>  Would an SMTP protocol struct be beneficial?
>>
>
> My immediate goal is to provide HTTP support and basic FTP support through
> libcurl. I believe these are the most important protocols to get in place in
> order to improve the adoption of D.
>
> I have currently no plans of adding more protocols to the curl wrapper.
> Patches are welcome :)
>
>
Here's a crude implementation for supporting the SMTP protocol:
https://gist.github.com/1033711

What do you think?
My biggest concern is whether SMTP protocol support would really be
necessary within this module.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20110618/06ad1409/attachment.html>


More information about the Digitalmars-d mailing list