about summary refs log tree commit homepage
path: root/t/import.t
DateCommit message (Expand)
2021-01-03use Eml (or MIME) objects for all indexing paths
2021-01-01update copyrights for 2021
2020-08-10avoid File::Temp::tempfile in more places
2020-07-17t/import: quiet warning, clobber variable
2020-07-05t/import: test for nasty characters
2020-06-13index: account for CRLF conversion when storing bytes
2020-06-03smsg: introduce ->populate method
2020-05-09remove most internal Email::MIME usage
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-04-22t/*.t: reduce dependency on Email::MIME APIs
2020-04-22t/*.t: use Email::MIME->create over PublicInbox::MIME->create
2020-04-20import: init_bare: allow use as method, use in tests
2020-03-22*idx: pass smsg in even more places
2020-03-01import: drop '<' and '>' characters in addresses
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-28avoid relying on IO::Handle/IO::File autoload
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-10-30inboxwritable: add assert_usable_dir sub
2019-09-09run update-copyrights from gnulib for 2019
2019-01-10check git version requirements
2018-03-03import: consolidate object info for v2 imports
2018-02-14import: APIs to support v2 use
2018-02-12t/import: test for last_object_id insertion
2018-02-07update copyrights for 2018
2017-01-10introduce PublicInbox::MIME wrapper class
2016-06-24watch_maildir: implement optional spam checking
2016-04-27import: document API for public consumption
2016-04-11import: initial module + test case