about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2020-06-08index: v2: parallel by default
2020-06-03smsg: remove remaining accessor methods
2020-06-03www: remove smsg_mime API and adjust callers
2020-06-03smsg: introduce ->populate method
2020-05-29treat $INBOX_DIR/description and gitweb.owner as UTF-8
2020-05-27learn: fix buggy typo on List-ID mapping
2020-05-26view: do not offer links to 0-byte multipart attachments
2020-05-24t/eml.t: favor ->header over ->header_str
2020-05-20t/edit: use eml_load here, too
2020-05-17confine Email::MIME use even further
2020-05-17descend into message/(rfc822|news|global) parts
2020-05-17t/psgi_attach: assert message/* parts are downloadable
2020-05-12rename "ContentId" to "ContentHash"
2020-05-10emlcontentfoo: drop the {discrete} and {composite} fields
2020-05-10t/mime: fix test to work w/o Email::MIME
2020-05-10eml: rename limits to match postfix names
2020-05-10eml: enforce a maximum header length
2020-05-09remove most internal Email::MIME usage
2020-05-09EmlContentFoo: Email::MIME::ContentType replacement
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-05-09eml: pure-Perl replacement for Email::MIME
2020-05-09msg_iter: pass $idx as a scalar, not array
2020-05-09search: support searching on List-Id
2020-05-03t/convert-compact: avoid warning on `scalar(split(...))'
2020-05-03t/httpd-corner.t: fix uninitialized warning
2020-04-30t/precheck: remove Email::Simple->create from tests
2020-04-26tests: replace mime_from_path with mime_load
2020-04-26tests: remove Email::MIME->create use entirely
2020-04-26testcommon: introduce mime_load sub
2020-04-22t/mda.t: avoid needless use of Email::Simple
2020-04-22t/*.t: reduce dependency on Email::MIME APIs
2020-04-22t/*.t: use Email::MIME->create over PublicInbox::MIME->create
2020-04-22t/feed: remove useless $ENV{GIT_DIR} assignment
2020-04-21t/nntpd: die if we can't open stderr output
2020-04-21t/nntpd: reduce dependencies on internal API
2020-04-21t/nntpd: fix lsof check w/ TEST_RUN_MODE=0
2020-04-21index: support --max-size / publicinbox.indexMaxSize
2020-04-20testcommon: spawn-aware system() and qx[] workalikes
2020-04-20t/ds-leak: use BSD::Resource
2020-04-20import: init_bare: allow use as method, use in tests
2020-04-20watchmaildir: support multiple watchheader values
2020-04-19t/v*-add-remove-add: fix typo in description of 'removed' check
2020-04-19reduce scope of mbox From_ line removal
2020-04-19favor `do {}' over `eval {}' for localized slurp
2020-04-19inbox: don't memoize missing description|cloneurl
2020-04-19inboxwritable: mime_from_path: reuse in more places
2020-04-17searchthread: reduce indirection by removing container
2020-04-17t/httpd-unix: skip some tests w/o signalfd|EVFILT_SIGNAL
2020-04-16t/httpd-corner: improve reliability and diagnostics
2020-04-15t/httpd-corner.t: relax read-after-failed-write handling