Skip to content

Releases: mikeduglas/libcurl

TCurlMailClass uses curl mime api

10 Sep 15:07
Compare
Choose a tag to compare

TCurlMailClass based on handcoded MIME messages.

10 Sep 14:59
Compare
Choose a tag to compare

TCurlMailClass based on handcoded MIME messages. Next release uses curl mime api.

v1.33

31 Aug 21:00
Compare
Choose a tag to compare

Last release using libcurl v7.52.1

v1.18.1

21 Sep 17:12
Compare
Choose a tag to compare
  • FIX: template: Changed #AT(%DataSection) to #AT(%DataSectionBeforeWindow)

v1.18

21 Sep 11:02
Compare
Choose a tag to compare
  • CHG: OpenSSL dlls upgraded to version 1.1.f.
    Note: Microsoft Visual C++ 2010 SP1 Runtime (msvcr100.dll) no more required to be installed on target computer.
  • NEW: TCurlHttpClass methods to send a file (by name or contents): .SendFile, .SendBinData, .SendFileStr, .SendBinDataStr. Shortcuts for curl.exe --data-binary [@file].
  • FIX: template: Changed #AT(%DataSection) to #AT(%DataSectionBeforeWindow)

v1.17

12 Jul 17:27
Compare
Choose a tag to compare
  • FIX: in TCurlClass methods .SetUrl, .SetUserPwd, .SetCAInfo now accept unlimited string arguments.
  • FIX: in TCurlDropboxClass size of some local string variables were increased.

v1.16

29 Jun 18:22
Compare
Choose a tag to compare

TCurlSList.Append now accepts unlimited string (it was 255 characters). This affects to TCurlClass.AddHttpHeader(STRING pHeader)

v1.15

15 Feb 15:24
Compare
Choose a tag to compare
  • CHG: TCurlMailClass.Server now accepts optional 3rd parameter for 'HELO/EHLO' command: curl.Server('smtp.gmail.com', 587, 'client.examples.com')
  • NEW: TCurlClass.SetDefaultProtocol PROCEDURE(STRING pSchema)

v1.14

15 Feb 15:25
Compare
Choose a tag to compare
  • Now uses libcurl v7.52.1
  • Now only 3 dlls required:
    libcurl.dll
    libcrypto-1_1.dll
    libssl-1_1.dll

Note: Microsoft Visual C++ 2010 SP1 Runtime (msvcr100.dll) must be installed on target computer. Download Microsoft Visual C++ 2010 SP1 Runtime.

v1.13

15 Feb 15:26
Compare
Choose a tag to compare
v1.15