Recent Releases of https://github.com/ruby/net-smtp
https://github.com/ruby/net-smtp - v0.5.1
What's Changed
- Clarify the license of net-smtp by @tmtm in https://github.com/ruby/net-smtp/pull/85
- Enabled windows-latest on GHA by @hsbt in https://github.com/ruby/net-smtp/pull/87
- Fix typo in test methods by @tas50 in https://github.com/ruby/net-smtp/pull/89
- Restore gemspec file to gem package by @hsbt in https://github.com/ruby/net-smtp/pull/90
New Contributors
- @tas50 made their first contribution in https://github.com/ruby/net-smtp/pull/89
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.5.0...v0.5.1
- Ruby
Published by hsbt about 1 year ago
https://github.com/ruby/net-smtp - v0.5.0
What's Changed
- Allow case-insensitive strings for SASL mechanism by @nevans in https://github.com/ruby/net-smtp/pull/64
- Remove unused private
auth_methodby @nevans in https://github.com/ruby/net-smtp/pull/67 - Delegate checking auth args to the authenticator by @nevans in https://github.com/ruby/net-smtp/pull/73
- Make
#auth_capable?public by @nevans in https://github.com/ruby/net-smtp/pull/63 - Updated docs, especially TLS and SASL-related by @nevans in https://github.com/ruby/net-smtp/pull/66
- Renew test certificates by @sorah in https://github.com/ruby/net-smtp/pull/75
- Fix version extraction to work with non ASCII characters with any
LANGby @kateinoigakukun in https://github.com/ruby/net-smtp/pull/76 - Replace non-ASCII EM DASH (U+2014) with ASCII hyphen (U+002D) by @kateinoigakukun in https://github.com/ruby/net-smtp/pull/78
- Use reusing workflow for Ruby versions by @m-nakamura145 in https://github.com/ruby/net-smtp/pull/79
- Add XOAUTH2 authenticator by @mantas in https://github.com/ruby/net-smtp/pull/80
- Make the test suite compatible with --enable-frozen-string-literal by @casperisfine in https://github.com/ruby/net-smtp/pull/81
- version 0.5.0 by @tmtm in https://github.com/ruby/net-smtp/pull/82
New Contributors
- @sorah made their first contribution in https://github.com/ruby/net-smtp/pull/75
- @kateinoigakukun made their first contribution in https://github.com/ruby/net-smtp/pull/76
- @m-nakamura145 made their first contribution in https://github.com/ruby/net-smtp/pull/79
- @mantas made their first contribution in https://github.com/ruby/net-smtp/pull/80
- @casperisfine made their first contribution in https://github.com/ruby/net-smtp/pull/81
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.4.0.1...v0.5.0
- Ruby
Published by tmtm almost 2 years ago
https://github.com/ruby/net-smtp - v0.4.0.1
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.4.0...v0.4.0.1
- Ruby
Published by hsbt about 2 years ago
https://github.com/ruby/net-smtp - v0.3.4
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.3.3...v0.3.4
- Ruby
Published by hsbt about 2 years ago
https://github.com/ruby/net-smtp - v0.3.1.1
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.3.1...v0.3.1.1
- Ruby
Published by hsbt about 2 years ago
https://github.com/ruby/net-smtp - v0.4.0
What's Changed
- Adds Ruby 3.1 and 3.2 to the CI matrix. by @petergoldstein in https://github.com/ruby/net-smtp/pull/50
- Revert "Replace Timeout.timeout with socket timeout" by @hsbt in https://github.com/ruby/net-smtp/pull/51
- add Net::SMTP::Authenticator class and auth_* methods are separated from the Net::SMTP class. by @tmtm in https://github.com/ruby/net-smtp/pull/53
- fix typo by @tmtm in https://github.com/ruby/net-smtp/pull/54
- Add SMTPUTF8 support by @arnt in https://github.com/ruby/net-smtp/pull/49
- Fix: send_message() with recipients as array by @tmtm in https://github.com/ruby/net-smtp/pull/55
- Fixed issue sending emails to unaffected recipients on 53x error by @tmtm in https://github.com/ruby/net-smtp/pull/56
- Removed unnecessary Subversion keywords by @tmtm in https://github.com/ruby/net-smtp/pull/57
- refactor test code by @tmtm in https://github.com/ruby/net-smtp/pull/58
- The mailfrom method's arguments restored. by @tmtm in https://github.com/ruby/net-smtp/pull/59
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/ruby/net-smtp/pull/60
- remove SMTPUTF8RequiredError by @tmtm in https://github.com/ruby/net-smtp/pull/61
- v0.4.0 by @tmtm in https://github.com/ruby/net-smtp/pull/62
New Contributors
- @petergoldstein made their first contribution in https://github.com/ruby/net-smtp/pull/50
- @arnt made their first contribution in https://github.com/ruby/net-smtp/pull/49
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.3.3...v0.4.0
- Ruby
Published by tmtm over 2 years ago
https://github.com/ruby/net-smtp - v0.3.3
What's Changed
- No timeout library required. by @tmtm in https://github.com/ruby/net-smtp/pull/44
- Make the digest library optional by @tmtm in https://github.com/ruby/net-smtp/pull/45
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.3.2...v0.3.3
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/net-smtp - v0.3.2
What's Changed
- Added dependabot.yml for actions by @hsbt in https://github.com/ruby/net-smtp/pull/39
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/ruby/net-smtp/pull/40
- Fix a typo [ci skip] by @znz in https://github.com/ruby/net-smtp/pull/41
- Remove needless dependencies by @eregon in https://github.com/ruby/net-smtp/pull/38
- Make exception API compatible with what Ruby expects by @jeremyevans in https://github.com/ruby/net-smtp/pull/42
New Contributors
- @dependabot made their first contribution in https://github.com/ruby/net-smtp/pull/40
- @znz made their first contribution in https://github.com/ruby/net-smtp/pull/41
- @eregon made their first contribution in https://github.com/ruby/net-smtp/pull/38
- @jeremyevans made their first contribution in https://github.com/ruby/net-smtp/pull/42
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.3.1...v0.3.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/net-smtp - v0.3.1
What's Changed
- Update the required ruby version by @nobu in https://github.com/ruby/net-smtp/pull/32
- Fix markdown format by @krororo in https://github.com/ruby/net-smtp/pull/33
- add Net::SMTP::Address by @tmtm in https://github.com/ruby/net-smtp/pull/34
- add Net::SMTP#tls_verify, Net::SMTP#tls_hostname, Net::SMTP#ssl_context_params by @tmtm in https://github.com/ruby/net-smtp/pull/35
New Contributors
- @nobu made their first contribution in https://github.com/ruby/net-smtp/pull/32
- @krororo made their first contribution in https://github.com/ruby/net-smtp/pull/33
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.3.0...v0.3.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/net-smtp - v0.3.0
What's Changed
- Add tls and starttls arguments by @tmtm in https://github.com/ruby/net-smtp/pull/31
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.2.2...v0.3.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/net-smtp - v0.2.2
What's Changed
- Removed needless files from Gem::Specification#files by @hsbt in https://github.com/ruby/net-smtp/pull/20
- Replace Timeout.timeout with socket timeout by @mohamedhafez in https://github.com/ruby/net-smtp/pull/21
- Net::SMTP.start() and #start() accepts ssl_context_params keyword argument by @TomFreudenberg in https://github.com/ruby/net-smtp/pull/22
- CI: Add 3.0 to matrix by @olleolleolle in https://github.com/ruby/net-smtp/pull/24
- Miscellaneous OpenSSL-related improvements by @rhenium in https://github.com/ruby/net-smtp/pull/25
- README: fix Markdown format in link by @olleolleolle in https://github.com/ruby/net-smtp/pull/27
- gemspec: Remove unused "executables" directive by @olleolleolle in https://github.com/ruby/net-smtp/pull/28
- Add response to SMTPError exceptions by @ojab in https://github.com/ruby/net-smtp/pull/26
New Contributors
- @mohamedhafez made their first contribution in https://github.com/ruby/net-smtp/pull/21
- @TomFreudenberg made their first contribution in https://github.com/ruby/net-smtp/pull/22
- @olleolleolle made their first contribution in https://github.com/ruby/net-smtp/pull/24
- @rhenium made their first contribution in https://github.com/ruby/net-smtp/pull/25
- @ojab made their first contribution in https://github.com/ruby/net-smtp/pull/26
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.2.1...v0.2.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/net-smtp - v0.2.1
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.2.0...v0.2.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/net-smtp - v0.2.0
What's Changed
- Fix the repository url in README.md by @mame in https://github.com/ruby/net-smtp/pull/2
- Use GitHub Actions instead of Travis CI by @hsbt in https://github.com/ruby/net-smtp/pull/5
- Add SNI support to net/smtp by @nevans in https://github.com/ruby/net-smtp/pull/4
- TLS should not check the host name by default. by @tmtm in https://github.com/ruby/net-smtp/pull/6
- Net::SMTP.start arguments are keyword arguments by @tmtm in https://github.com/ruby/net-smtp/pull/7
- add NEWS.md by @tmtm in https://github.com/ruby/net-smtp/pull/8
- Use STARTTLS by default if possible by @tmtm in https://github.com/ruby/net-smtp/pull/9
- Fix: enable_starttls before disable_tls causes an error. by @tmtm in https://github.com/ruby/net-smtp/pull/10
- Fix: error on STARTTLS enabled server by @tmtm in https://github.com/ruby/net-smtp/pull/11
- INCOMPATIBLE CHANGE: Verify the server's certificate by default. by @tmtm in https://github.com/ruby/net-smtp/pull/12
- set system default certificate. by @tmtm in https://github.com/ruby/net-smtp/pull/13
- add tls_hostname parameter. by @tmtm in https://github.com/ruby/net-smtp/pull/14
- update NEWS.md by @tmtm in https://github.com/ruby/net-smtp/pull/15
- Version 0.2.0 by @tmtm in https://github.com/ruby/net-smtp/pull/16
New Contributors
- @mame made their first contribution in https://github.com/ruby/net-smtp/pull/2
- @nevans made their first contribution in https://github.com/ruby/net-smtp/pull/4
Full Changelog: https://github.com/ruby/net-smtp/compare/v0.1.0...v0.2.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/net-smtp - v0.1.0
Full Changelog: https://github.com/ruby/net-smtp/commits/v0.1.0
- Ruby
Published by hsbt over 3 years ago