Changelog for
ruby3.3-rubygem-mail-2.8.1-1.5.x86_64.rpm :
* Tue Nov 14 2023 Dan Čermák
- New upstream release 2.8.1, no changelog found
* Wed Dec 07 2022 Stephan Kulow updated to version 2.8.0 no changelog found
* Mon Oct 29 2018 mschnitzerAATTsuse.com- updated to version 2.7.1 Compatibility:
* Restore LF=>CRLF conversions for properly encoded non-binary emails. (rubys)
* Gracefully parse certain invalid Content-Type headers. (rafbm)
* Support `x-uue` transfer 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_all` using a readonly IMAP connection. (kimromi)
* Sun Dec 03 2017 cooloAATTsuse.com- updated to version 2.7.0 CHANGELOG.rdoc removed upstream
* Tue Jun 13 2017 cooloAATTsuse.com- updated to version 2.6.6 see installed CHANGELOG.rdoc == Version 2.6.6 - 2017-06-09 Jeremy Daer Security:
* #1097 – SMTP security: prevent command injection via To/From addresses. (jeremy) Bugs:
* #689 - Fix Exim delivery method broken by #477 in 2.5.4. (jethrogb)
* Tue May 23 2017 cooloAATTsuse.com- updated to version 2.6.5 see installed CHANGELOG.rdoc
* Wed Apr 06 2016 cooloAATTsuse.com- updated to version 2.6.4 see installed CHANGELOG.rdoc == Version 2.6.4 - Wed Mar 23 08:16 -0700 2016 Jeremy Daer Features:
* #772 - Normalize encoding matchers (grosser)
* #775 - Avoid failed encodings / stop bad charsets early (grosser)
* #782 – Make the gem compatible with Rubinius (robin850)
* #865 - Allow a body with an invalid encoding to be round tripped (kjg)
* #866 - Support decoding message bodies with non-Ruby-standard charsets (jeremy)
* #868 - Use the Ruby19.charset_encoder when decoding message bodies (kjg)
* #872 - Low-level option to include BCC field in the encoded message (grossadamm)
* #901 - Allow mail.text_part = \'…\' and mail.html_part = \'…
\' (taavo)
* #924 - Matcher for having attachments (schepedw) Performance:
* #956 - Use native String#encode for CR/LF conversion (carsonreinke)
* #970 - Support Ruby 2.3+ frozen string literals (twalpole) Bugs:
* #719 - Fix to not extract header content that looks like its field name (kjg)
* #789 - Fix encoding collapsing not dealing with multiple encodings in 1 line (grosser)
* #808 - Mail::Field correctly responds_to? the methods of its instantiated field (thegcat)
* #849 - Handle calling Part#inline? when the Content-Disposition field couldn\'t be parsed (kjg)
* #874 – Stay under 1000-char SMTP line length limits (pushrax)
* #877 - Make Mail::Field == other take the field value into account (kjg)
* #907 - Mail::ContentDispositionField should work with nil value (kjg)
* #910 - Mail::Address should handle b_value_encoded local and domain parts (kjg)
* #918 - Account for possibility of absent delivery-status headers (kjg)
* Sun Feb 08 2015 cooloAATTsuse.com- updated to version 2.6.3
* #796 support uu encoding (grosser) Performance:
* #681 - fewer hotspot object allocations (srawlins)
* #815 - autoload parsers for load-time speed and memory usage (grosser)
* Sun Oct 12 2014 cooloAATTsuse.com- updated to version 2.6.1 Features:
* Silence warnings on loading ragel-generated parsers (bf4)
* Allow interceptors and observers to be unregistered (zuhao)
* Added feature to find the mail in uid (taketin) Performance:
* Migrate to RAGEL based parser, awesome work by (bpot)
* Performance improvements for people parsing email headers (ConradIrwin)
* Sun Oct 12 2014 adrianAATTsuse.de- adapt to new rubygem packaging style