inline-style
inline-style copied to clipboard
Bump mail from 2.2.15 to 2.7.1
Bumps mail from 2.2.15 to 2.7.1.
Changelog
Sourced from mail's changelog.
== Version 2.7.1 (unreleased)
Compatibility:
- Restore LF=>CRLF conversions for properly encoded non-binary emails. (rubys)
- Gracefully parse certain invalid Content-Type headers. (rafbm)
- Support
x-uuetransfer encoding as uuencoding. (jkraemer)Features:
- Expose Mail::Field#unparsed_value to read the raw field value, before parsing. (Tensho)
Performance:
- Speed up message encoding, especially with large attachments. (dalibor)
Bugs:
- Fix transfer encoding when message encoding is blank. (jakubonty, saks)
- Fix 7bit/base64 content transfer encoding mismatch. (ahorek)
- Fix UTF-8 attachment filename quoting. (ahorek)
- Fix
delete_allusing a readonly IMAP connection. (kimromi)== Version 2.7.0 (2017-10-31)
Security:
- #1097 – SMTP security: prevent command injection via To/From addresses. (jeremy)
Features:
- #647 – IMAP: specify IMAP server search charset with Mail.find(search_charset: 'UTF-8'). (yalab)
- #650 - UTF-7 charset support. (johngrimes)
- #664 - RSpec: with_html and with_text matchers. (zakkie)
- #723 – IMAP: support
enable_starttls: truefor TLS upgrade on non-IMAPS/SSL servers. (doits)- #804 - Configurable SMTP open_timeout and read_timeout. (ankane)
- #853 -
Mail::Message#set_sort_orderoverrides the default message part sort order. (rafbm)- #856 - Added :logger delivery method. (zacholauson)
- #900 - Support non-instance_eval builder API. Yield self to Mail.new if the provided block takes any arguments. (taavo)
- #1065 - Require STARTTLS using :enable_starttls. (bk2204)
- #1002 - Transcoding replaces invalid chars with "�" instead of discarding them. (kjg)
- #1053 - Ruby 2.4.0 compatibility. Fixnum+Bignum unified as Integer. (peterkovacs)
- #1094 - Core extensions removal: Drop
String#at,from,lastandis_utf8?since they are no longer used by Mail internals. (metcalf)- #1095 - Core extensions removal: Drop
String#mb_chars,not_ascii_only?,constantize,first,toto avoid monkey patching the standard library. (metcalf)- #1111 - Mail::Field.parse API which deprecates calling Mail::Field.new with unparsed header fields. (jeremy)
- #1117 - Configurable POP3 read_timeout. (hspazio)
Performance:
- #1059 - Switch from mime-types to mini_mime for a much smaller memory footprint. (SamSaffron)
- #1119 - Speed up large attachment encoding by memoizing slow ASCII-only checks. (dalibor)
Compatibility:
... (truncated)
Commits
-
7c43c842.7.1 release -
870fc4fadditionally register UnixToUnix encoding as 'x-uue' -
19592c0IMAP: fixdelete_allagainst a readonly connection -
1a8a477Format generated ruby files by ragel using rufo gem -
3f35b37Set full path of the ragel source file to rake task -
20482aePerformgem install bundlerto address `LoadError: cannot load such -
dead487Fix 7bit/base64 content transfer encoding mismatch -
58f3bbf2.7.1.rc1 release candidate -
6a019d5Restore LF line ending parsing -
93e811cFix quote_token with frozen AS::Multibyte chars - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.