Skip to content

Releases: aviks/SMTPClient.jl

v0.6.3

25 May 15:16
414b3f5
Compare
Choose a tag to compare

SMTPClient v0.6.3

Diff since v0.6.2

Merged pull requests:

v0.6.2

12 Feb 15:11
28a9aaf
Compare
Choose a tag to compare

SMTPClient v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

11 Nov 15:13
0a9dec6
Compare
Choose a tag to compare

SMTPClient v0.6.1

Diff since v0.3.1

Closed issues:

  • Just hanging (#17)
  • Does not authenticate (#19)
  • Error tagging new release (#31)
  • MethodError: no method matching send(::String, ::String, ::String, ::Base.GenericIOBuffer{Array{UInt8,1}}, ::SendOptions) (#33)
  • Getting -> curl_easy_perform() failed: SSL peer certificate or SSH remote key was not OK (#35)
  • Conflict with MbedTLS (#36)
  • curl_easy_perform() failed: SSL peer certificate or SSH remote key was not OK (#37)
  • Doc example: Encoding an image file and sending as an attachment with SMTPClient.jl (#41)
  • I couldn't start it (#42)
  • v0.6 won't install (#43)
  • SMTP Connection with Office365 showing Login Denied (#44)
  • Doc Example: Incluse how to use HTML support (#45)
  • curl_easy_perform() failed: Timeout was reached (#47)

Merged pull requests:

Fix REQUIRE

18 Nov 06:38
57d5e3c
Compare
Choose a tag to compare
add REQUIRE back (#32)

close #31

Julia 0.7/1.0 support, drop 0.6 support

18 Nov 06:24
e15cc8a
Compare
Choose a tag to compare
  • New option SendOptions.verbose.
  • Deprecate SendOptions.blocking, use @async send(...) for non-blocking style instead.

Cleanup, and drop 0.5 support.

01 Dec 20:09
Compare
Choose a tag to compare
v0.2.0

update README (#16)