ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
60 stars 32 forks source link

Added Options: MAIL_FROM, MAIL_RCPT for SMTP[S] mail transmission. #6

Closed bgraf closed 10 years ago

bgraf commented 10 years ago

Hello,

I've added the options CURLOPT_MAIL_FROM and CURLOPT_MAIL_RCPT to enable usability of SMTP[S] protocols.

Greetings.

bgraf commented 10 years ago

Ok, I'll do that.

About while(Val_emptylist != listIter), i copied that from handleHTTPHeader. Is that function correct then?

Thanks for the review, Greetings.

ygrek commented 10 years ago

It is correct still, but bad style. Beter not repeat in new code

ygrek commented 10 years ago

Thanks, merged (and squashed)