about summary refs log tree commit homepage
DateCommit message (Expand)
2020-05-17descend into message/(rfc822|news|global) parts
2020-05-17t/psgi_attach: assert message/* parts are downloadable
2020-05-16view: drop a newline before first attachment link
2020-05-15PublicInbox::Inbox.pm: Default unset address to a one element array
2020-05-12msgmap: use TRUNCATE for journal_mode, for now
2020-05-12overidx: document the SQLite PRAGMA we use
2020-05-12rename "ContentId" to "ContentHash"
2020-05-12xt/eml_check_limits: check limits against an inbox
2020-05-12spawn: use ~/.cache/public-inbox/inline-c if writable
2020-05-10emlcontentfoo: drop the {discrete} and {composite} fields
2020-05-10t/mime: fix test to work w/o Email::MIME
2020-05-10build: check-manifest runs after tests
2020-05-10public-inbox 1.5.0 v1.5.0
2020-05-10various doc updates ahead of 1.5.0
2020-05-10eml: rename limits to match postfix names
2020-05-10eml: enforce a maximum header length
2020-05-10search: remove documentation for "lid:"
2020-05-09emlcontentfoo: quiet warning on missing attributes
2020-05-09eml: speed up common LF-only emails
2020-05-09eml: reduce RE captures and possible side effects
2020-05-09viewdiff: don't increment the reported hunk line number
2020-05-09eml: drop trailing blank line on missing epilogue
2020-05-09remove most internal Email::MIME usage
2020-05-09xt: eml comparison tests
2020-05-09eml: remove dependency on Email::MIME::Encodings
2020-05-09EmlContentFoo: relax Encode version requirement
2020-05-09EmlContentFoo: Email::MIME::ContentType replacement
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-05-09switch read-only Email::Simple users to Eml
2020-05-09eml: pure-Perl replacement for Email::MIME
2020-05-09smsg: use capitalization for header retrieval
2020-05-09filter/rubylang: avoid recursing subparts to strip trailers
2020-05-09msg_iter: pass $idx as a scalar, not array
2020-05-09msg_iter: make ->each_part method for PublicInbox::MIME
2020-05-09www: preload: load all encodings at startup
2020-05-09search: support searching on List-Id
2020-05-07viewdiff: stricter highlighting and linkification check
2020-05-07viewdiff: assume diffstat and diff order are identical
2020-05-06git: warn on ->cat_async callback errors
2020-05-05scripts/slrnspool2maildir: don't sort glob()
2020-05-03t/convert-compact: avoid warning on `scalar(split(...))'
2020-05-03t/httpd-corner.t: fix uninitialized warning
2020-05-01feed: remove PublicInbox::MIME module load
2020-04-30t/precheck: remove Email::Simple->create from tests
2020-04-30mid: capitalize "ID" in "Message-ID"
2020-04-29git: various minor speedups
2020-04-27doc: add clients.txt
2020-04-26testcommon: mime_load: drop extra $cb arg
2020-04-26tests: replace mime_from_path with mime_load
2020-04-26tests: remove Email::MIME->create use entirely