about summary refs log tree commit homepage
path: root/lib/PublicInbox/Mbox.pm
DateCommit message (Expand)
2024-04-28www: mbox*: use Perl 5.12
2024-04-24www: wire up search to use async xap_helper
2024-04-24mbox: hoist out refill_result_ids
2023-10-11treewide: consolidate "From " line removal
2023-06-17www: use correct threadid for per-thread search
2023-03-31www: support POST /$INBOX/$MSGID/?x=m&q=
2022-09-10mbox*: use multi-arg ->translate and ->write
2022-09-10www: use PerlIO::scalar (zfh) for buffering
2022-09-10www: switch to zadd for the majority of buffering
2022-08-20www: mbox* drop unneeded {base_url} memoizations
2022-08-03www: simplify GzipFilter->zflush callers
2021-10-25www: $MSGID/raw: set charset in HTTP response
2021-10-25gzip_filter: delay async wcb call
2021-09-29www: do not bump {over} refcnt on long responses
2021-09-28www+httpd: lower priority of large mbox downloads
2021-08-28move ->ids_after from mm to over
2021-02-11search: use git approxidate in WWW and "lei q --stdin"
2021-02-09www: stream mboxrd in descending docid order
2021-02-07lei: replace --thread with --threads
2021-01-01update copyrights for 2021
2020-12-28search: remove {mset} option for ->mset method
2020-12-11nntp+www: drop List-* and Archived-At headers
2020-12-10www+nntp: deal with lack of addresses for ->ALL
2020-12-09treewide: replace {-inbox} with {ibx} for consistency
2020-12-05imap: support isearch and reduce Xapian queries
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-12-05inbox: simplify ->search and callers
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