about summary refs log tree commit homepage
path: root/lib/PublicInbox/Mbox.pm
DateCommit message (Expand)
2020-09-03search: replace ->query with ->mset
2020-08-23mbox: disable "&t" on existing Xapian until full reindex
2020-08-23search: support downloading mboxes results with full thread
2020-08-20search: add mset_to_artnums method
2020-08-20mbox: avoid Xapian docdata in search results
2020-08-20www: reduce long-lived PublicInbox::Search references
2020-08-01www: rework async_* to use method table
2020-07-10hval: to_filename: return `undef' instead of empty string
2020-07-06www: update internal docs
2020-07-06www: start making gzipfilter the parent response class
2020-07-06mbox: async blob fetch for "single message" raw mboxrd
2020-07-06mbox: remove html_oneshot import
2020-06-03smsg: remove remaining accessor methods
2020-05-09switch read-only Email::Simple users to Eml
2020-04-22make zlib-related modules a hard dependency
2020-04-19reduce scope of mbox From_ line removal
2020-04-19mbox: use per-message line-ending for From_ line
2020-04-05mbox: halve ->getline "context switches"
2020-03-30wwwstream::oneshot => html_oneshot
2020-03-25mbox: need_gzip uses WwwStream::oneshot
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-25mbox: handle empty subjects after dropping "Re:" prefix
2019-12-28search: retry_reopen passes user arg to callback
2019-12-27mboxgz: pass $ctx to callback to avoid anon subs
2019-12-12mbox: do not try to create filename from empty string
2019-11-16mboxgz: use Compress::Raw::Zlib instead of IO::Compress::Gzip
2019-11-16mbox: split mboxgz out into a separate file
2019-11-16mbox: unused mid_clean import
2019-10-01www: fix absolute URLs when mounted under a subdir
2019-09-27mbox: update URL for mboxrd info
2019-09-09run update-copyrights from gnulib for 2019
2019-06-27mbox: split header and body processing
2019-06-27mbox: use Email::Simple->new to do in-place modifications
2019-05-15www: use Inbox->over where appropriate
2019-01-09doc: various overview-level module comments
2018-04-07psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronological
2018-04-06www: favor reading more from SQLite, and less from Xapian
2018-04-05mbox: do not sort search results
2018-04-03msgmap: replace id_batch with ids_after
2018-04-03mbox: remove remaining OFFSET usage in SQLite
2018-04-02www: rework query responses to avoid COUNT in SQLite
2018-03-29mbox: avoid extracting Message-ID for linkification
2018-03-29www: remove unnecessary ghost checks
2018-03-27view: permalink (per-message) view shows multiple messages
2018-03-23www: $MESSAGE_ID/raw endpoint supports "duplicates"
2018-02-07update copyrights for 2018
2017-12-01search: allow downloading search results as mbox
2017-10-04mbox: support inline filename via Content-Disposition header
2017-06-23mbox: show application/mbox for obfuscated inboxes