PerfectlySoft / Perfect-CURL

cURL support for Perfect.
https://www.perfect.org
Apache License 2.0
41 stars 35 forks source link

Fixing ISS-356 #5

Closed RockfordWei closed 7 years ago

RockfordWei commented 7 years ago
  1. Fixing internal fread() for CURLOPT_READFUNCTION by referring to https://curl.haxx.se/libcurl/c/CURLOPT_READDATA.html
  2. Fixing ISS-356 “CURLOPT_MAIL_FROM and CURLOPT_MAIL_RCPT are mixed and failed”
  3. Adding an SMTP example for testing the above patches.