Update net-smtp 0.3.3 → 0.4.0 (major) #153
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ net-smtp (0.3.3 → 0.4.0) · Repo · Changelog
Release Notes
0.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
Merge pull request #62 from ruby/v0-4-0
v0.4.0
chore
Merge pull request #61 from ruby/remove_SMTPUTF8RequiredError
remove SMTPUTF8RequiredError
Merge pull request #60 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #59 from ruby/mailfrom
The mailfrom method's arguments restored.
Merge pull request #58 from ruby/refactor-test
refactor test code
Merge pull request #57 from ruby/remove-subversion-keywords
Removed unnecessary Subversion keywords
Merge pull request #56 from ruby/fixes/rcptto_53x_error
Fixed issue sending emails to unaffected recipients on 53x error
Merge pull request #55 from ruby/fix/send_message
Fix: send_message() with recipients as array
update NEWS.md
Merge pull request #49 from arnt/smtputf8
Merge pull request #54 from tmtm/smtp-authenticator
fix typo
Merge pull request #53 from tmtm/smtp-authenticator
NEWS.md
add Net::SMTP::Authenticator class and auth_* methods are separated from the Net::SMTP class.
Merge pull request #51 from ruby/revert-21-patch-1
Revert "Replace Timeout.timeout with socket timeout"
Merge pull request #50 from petergoldstein/feature/add_ruby_3_1_and_3_2_to_ci
Adds Ruby 3.1 and 3.2 to the CI matrix.
Add support for SMTPUTF as defined by RFC 6531
Clarify test code.
Use caller's parameters when creating an Address from Another.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands