CPAN upload is Mail-Message-3.018_001.tar.gz
The upload contains extracted manual-pages (see home-page)
version 3.018_001: Thu 21 Aug 10:15:05 CEST 2025
Fixes:
- at message construction, do not detect charset for binaries.
Big performance improvement GitHub#21
- charset detection upto 45% faster. GitHub#22
- setting eol() on a body was not lazy enough, and mutulated caller.
GitHub#23
- protect two isa calls with blessed.
- ::Field::Full q-encoding must encode the '=' as well [Andy Beverley]
Improvements:
- do not use bareword file-handles anywhere in the code.
- use s///r
- cleanup syntax of Mail::Box::FastScalar
- use defined-or
- add Attributes section to documentation
- implement Mail::Box::Parser::Lines, 49% faster for in-memory emails