Skip to content

Releases: mikeduglas/libcurl

TCurlMailClass uses curl mime api

Choose a tag to compare

@mikeduglas mikeduglas released this 10 Sep 15:07
v1.36

v1.36

TCurlMailClass based on handcoded MIME messages.

Choose a tag to compare

@mikeduglas mikeduglas released this 10 Sep 14:59

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

v1.33

Choose a tag to compare

@mikeduglas mikeduglas released this 31 Aug 21:00

Last release using libcurl v7.52.1

v1.18.1

Choose a tag to compare

@mikeduglas mikeduglas released this 21 Sep 17:12
  • FIX: template: Changed #AT(%DataSection) to #AT(%DataSectionBeforeWindow)

v1.18

Choose a tag to compare

@mikeduglas mikeduglas released this 21 Sep 11:02
  • 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

Choose a tag to compare

@mikeduglas mikeduglas released this 12 Jul 17:27
  • 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

Choose a tag to compare

@mikeduglas mikeduglas released this 29 Jun 18:22

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

v1.15

Choose a tag to compare

@mikeduglas mikeduglas released this 15 Feb 15:24
  • 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

Choose a tag to compare

@mikeduglas mikeduglas released this 15 Feb 15:25
  • 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

Choose a tag to compare

@mikeduglas mikeduglas released this 15 Feb 15:26
v1.15