about summary refs log tree commit homepage
path: root/lib/PublicInbox/Eml.pm
DateCommit message (Expand)
2021-01-01update copyrights for 2021
2020-12-26eml: fix undefined vars on <Perl 5.28
2020-09-12treewide: avoid `goto &NAME' for tail recursion
2020-06-28eml: header_str_set: correctly encode UTF-8 headers
2020-06-13eml: each_part: single part $idx is 1
2020-06-13imap: support fetch for BODYSTRUCTURE and BODY
2020-05-17descend into message/(rfc822|news|global) parts
2020-05-10eml: rename limits to match postfix names
2020-05-10eml: enforce a maximum header length
2020-05-09eml: speed up common LF-only emails
2020-05-09eml: reduce RE captures and possible side effects
2020-05-09eml: drop trailing blank line on missing epilogue
2020-05-09eml: remove dependency on Email::MIME::Encodings
2020-05-09EmlContentFoo: Email::MIME::ContentType replacement
2020-05-09eml: pure-Perl replacement for Email::MIME