]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Eml.pm
imap+nntp: share COMPRESS implementation
[public-inbox.git] / lib / PublicInbox / Eml.pm
2021-10-26 Eric Wongeml: keep body if no headers are found
2021-10-16 Eric Wongeml: fix leak workaround
2021-10-13 Eric Wongeml: avoid Encode 2.87..3.12 leak
2021-09-04 Eric Wonglei_to_mail+mbox_reader: fix handling of empty/bogus...
2021-07-06 Eric Wongeml: relax warn_ignore regexps for current Email::Addre...
2021-03-16 Eric Wongeml: decode Bcc, and Resent-* address variants
2021-03-04 Eric Wongeml: each_part: document IMAP user of the $all parameter
2021-02-07 Eric Wongtreewide: replace confess with croak
2021-02-05 Eric Wongeml: handle warning ignores for lei
2021-01-29 Eric Wongeml: favor index() over regexp match
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-01 Eric Wongupdate copyrights for 2021
2020-12-31 Eric WongMerge remote-tracking branch 'origin/master' into lorelei
2020-12-26 Eric Wongeml: fix undefined vars on <Perl 5.28
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