Revision history for Email::Mailer
1.21 2024-10-07 18:04:00-07:00 America/Los_Angeles
- Quick patch to fix tests in old Perl versions (14..22)
1.20 2024-10-07 17:59:35-07:00 America/Los_Angeles
- Fixed proper encoding support across all mail types
1.19 2022-03-19 17:50:12-07:00 America/Los_Angeles
- Minor documentation update
1.18 2021-05-03 07:21:02-07:00 America/Los_Angeles
- Fix text-parts missing charset and content-transfer-encoding
1.17 2021-01-13 11:10:25-08:00 America/Los_Angeles
- Override some minimum version reqs in dist.ini
1.16 2021-01-11 08:50:17-08:00 America/Los_Angeles
- Migrate to Test2::V0 and add exact
- Improve .gitignore file
- License migrate to Artistic 2.0
- Migrate Travis CI and Coveralls to GitHub Actions and Codecov
- Update copyright year
1.15 2020-09-16 11:39:54-07:00 America/Los_Angeles
- Improve tests to work when Message-Id header contains line break
1.14 2020-09-16 10:28:24-07:00 America/Los_Angeles
- Add Message-Id header if not defined
- Improve tests to better handle headers
1.13 2020-09-14 08:02:49-07:00 America/Los_Angeles
- Use charset from Content-Type header for encode_mimewords()
1.12 2020-09-12 14:03:01-07:00 America/Los_Angeles
- Added automatic header-ification for: To, From, Subject, Content-Type,
and Content-Transfer-Encoding
1.11 2020-09-01 10:55:39-07:00 America/Los_Angeles
- Fix POD bug containing improper construction
1.10 2020-07-09 07:54:45-07:00 America/Los_Angeles
- Update test regex files patterns
- Update Travis YAML
1.09 2018-09-28 16:22:39-07:00 America/Los_Angeles
- Fix bug for generating text from HTML that includes <hr>
1.08 2018-07-09 08:18:43-07:00 America/Los_Angeles
- Adding Perl versions to test; annual general update for 2018
- Switch default attachment encoding to base64 and allow override
1.07 2017-04-28 11:04:26-04:00 America/New_York
- Looser tests to account for hash randomization
1.06 2017-04-17 13:29:09-04:00 America/New_York
- Require version >= 1.940 of Email::MIME
1.05 2017-03-20 19:06:51-07:00 America/Los_Angeles
- Bug fix for using the "transport" key (was previously ignoring value)
1.04 2017-02-13 20:43:56-08:00 America/Los_Angeles
- Fix tiny but rather important documentation bug
1.03 2017-02-13 17:12:55-08:00 America/Los_Angeles
- Support for arrayrefs of header data (like "to => ['a','b']")
1.02 2017-02-09 09:37:19-08:00 America/Los_Angeles
- Fix date bug in test qr files
1.01 2017-02-08 14:58:49-08:00 America/Los_Angeles
- First version, released on an unsuspecting world.