about summary refs log tree commit homepage
path: root/lib/PublicInbox/Import.pm
DateCommit message (Expand)
2017-01-10introduce PublicInbox::MIME wrapper class
2016-10-16import: failed GC runs are non-fatal
2016-09-08import: run "git gc --auto" when done
2016-09-08import: hoist out common run_die subroutine
2016-09-08import: hoist out _check_path function
2016-08-15import: use common address parsing to drop unnecessary quotes
2016-08-12watch: respect altid for incremental watch changes
2016-08-09searchidx: release Xapian FDs before spawning git log
2016-08-02search: improve reindexing behavior
2016-07-27localize $/ when using chomp
2016-06-24watch_maildir: implement optional spam checking
2016-06-19import: allow messages without subject
2016-06-17import: auto-update index when done
2016-05-25remove Email::Address dependency
2016-05-21import: avoid needless git update-server-info
2016-05-12import: fallback to email if '<>' exists in author name
2016-05-12import: normalize body by stripping trailing newlines
2016-04-28import: run git-update-server-info when done
2016-04-27import: document API for public consumption
2016-04-25remove ssoma dependency
2016-04-25import: extra check for final byte read
2016-04-12import: filter out [<>] from user names
2016-04-11import: use bytes::length for true data length in bytes
2016-04-11import: set binmode before printing author names
2016-04-11import: initial module + test case