Releases: aviks/SMTPClient.jl
Releases · aviks/SMTPClient.jl
v0.6.3
v0.6.2
SMTPClient v0.6.2
Merged pull requests:
- Body with HTML and Markdown (#49) (@rmsrosa)
- Fix multipart message formatting (#52) (@bluesmoon)
v0.6.1
SMTPClient v0.6.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
add REQUIRE back (#32) close #31
Julia 0.7/1.0 support, drop 0.6 support
- New option
SendOptions.verbose
. - Deprecate
SendOptions.blocking
, use@async send(...)
for non-blocking style instead.
Cleanup, and drop 0.5 support.
v0.2.0 update README (#16)