about summary refs log tree commit homepage
DateCommit message (Expand)
2020-06-13imap: fix multi-message partial header fetches
2020-06-13imap: split out unit tests and benchmarks
2020-06-13imap: always include `resp-text' in responses
2020-06-13imap: allow fetch of partial of BODY[...] and headers
2020-06-13eml: each_part: single part $idx is 1
2020-06-13imap: support fetch for BODYSTRUCTURE and BODY
2020-06-13t/imapd: support FakeInotify and KQNotify
2020-06-13imap: support LIST command
2020-06-13imap: use Text::ParseWords::parse_line to handle quoted words
2020-06-13imap: implement STATUS command
2020-06-13imap: delay InboxIdle start, support refresh
2020-06-13msgmap: split ->max into its own method
2020-06-13imap: support IDLE
2020-06-13inboxidle: new class to detect inbox changes
2020-06-13preliminary imap server implementation
2020-06-13nntpd: restrict allowed newsgroup names
2020-06-13doc: add some IMAP standards
2020-06-08index: v2: parallel by default
2020-06-05searchidx: v1: fix retries when Xapian and Msgmap are out-of-sync
2020-06-03wwwatomstream: drop smsg->{mid} fallback for non-SQLite
2020-06-03smsg: remove remaining accessor methods
2020-06-03smsg: remove ->bytes and ->lines methods
2020-06-03smsg: get rid of remaining {mime} users
2020-06-03nntp: smsg_range_i: favor ->{$field} lookups when possible
2020-06-03www: remove smsg_mime API and adjust callers
2020-06-03inbox: msg_by_*: remove $(size)ref args
2020-06-03smsg: get rid of ->wrap initializer, too
2020-06-03smsg: introduce ->populate method
2020-06-03import: modernize to use Perl 5.10 features
2020-06-03v2writable: fix non-sensical interpolation in BUG message
2020-06-03wwwatomstream: convert callers to use smsg_eml
2020-06-03inbox: introduce smsg_eml method
2020-06-03wwwlisting: utf8::decode before undef
2020-05-31testcommon: speed up wait_for_tail() on GNU/Linux
2020-05-29treat $INBOX_DIR/description and gitweb.owner as UTF-8
2020-05-27learn: support --all with `rm'
2020-05-27learn: fix buggy typo on List-ID mapping
2020-05-26msgmap: tmp_clone: use in-memory journal
2020-05-26view: do not offer links to 0-byte multipart attachments
2020-05-25v2writable: only load Xapian when a shard is found
2020-05-24t/eml.t: favor ->header over ->header_str
2020-05-23spawn: fix compatibility with old Inline::C
2020-05-20scripts/import_*: remove PublicInbox::MIME usage
2020-05-20spamcheck/spamc: use localized slurp to read from spamc
2020-05-20t/edit: use eml_load here, too
2020-05-20convert: describe the release of fast-import pipes
2020-05-19favor readline() and print() as functions
2020-05-18index: add --batch-size=SIZE option
2020-05-17index: v2: parallelize if --reindex or --jobs is specified
2020-05-17confine Email::MIME use even further