]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Eml.pm
eml: fix undefined vars on <Perl 5.28
[public-inbox.git] / lib / PublicInbox / Eml.pm
2020-12-26 Eric Wongeml: fix undefined vars on <Perl 5.28
2020-09-12 Eric Wongtreewide: avoid `goto &NAME' for tail recursion
2020-06-28 Eric Wongeml: header_str_set: correctly encode UTF-8 headers
2020-06-13 Eric Wongeml: each_part: single part $idx is 1
2020-06-13 Eric Wongimap: support fetch for BODYSTRUCTURE and BODY
2020-05-17 Eric Wongdescend into message/(rfc822|news|global) parts
2020-05-10 Eric Wongeml: rename limits to match postfix names
2020-05-10 Eric Wongeml: enforce a maximum header length
2020-05-09 Eric Wongeml: speed up common LF-only emails
2020-05-09 Eric Wongeml: reduce RE captures and possible side effects
2020-05-09 Eric Wongeml: drop trailing blank line on missing epilogue
2020-05-09 Eric Wongeml: remove dependency on Email::MIME::Encodings
2020-05-09 Eric WongEmlContentFoo: Email::MIME::ContentType replacement
2020-05-09 Eric Wongeml: pure-Perl replacement for Email::MIME