about summary refs log tree commit homepage
path: root/MANIFEST
DateCommit message (Expand)
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-12-05over: ensure old, merged {tid} is really gone
2020-11-24miscsearch: a new Xapian sub-DB for extindex
2020-11-08extsearch: rename -eindex to -extindex
2020-11-07script: add preliminary eindex implementation
2020-11-07extsearchidx: initial implementation
2020-11-07extsearch: start mocking out
2020-10-17xt: remove eml_check_roundtrip
2020-09-26xt: add eml ->as_string round trip checker
2020-09-20doc: post-1.6 updates, start 1.7
2020-09-19gcf2: wire up read-only daemons and rm -gcf2 script
2020-09-19add gcf2 client and executable script
2020-09-19gcf2: libgit2-based git cat-file alternative
2020-09-10config: split out iterator into separate object
2020-09-10www: manifest.js.gz generation no longer hogs event loop
2020-09-02t/v2dupindex: test indexing mirrors with duplicate messages
2020-09-01replace ParentPipe with EOFpipe
2020-09-01watch: use EOFpipe to reduce dwaitpid wakeups
2020-09-01rename WatchMaildir => Watch
2020-08-25examples: add imapd systemd examples
2020-08-20searchquery: split off from searchview
2020-08-16doc: add public-inbox-tuning(7) manpage
2020-08-03t/nntpd: do not fork on indexing, test v2
2020-07-29searchidx: disable CoW for SQLite and Xapian under btrfs
2020-07-25v2writable: introduce idx_stack
2020-07-25v2: index forwards (via `git log --reverse')
2020-07-06www: start making gzipfilter the parent response class
2020-07-06mboxgz: do asynchronous git blob retrievals
2020-07-06wwwlisting: use GzipFilter for HTML
2020-06-28watch: use our own "git credential" wrapper
2020-06-28watch: add NNTP support
2020-06-28watch: remove Filesys::Notify::Simple dependency
2020-06-28kqnotify|fake_inotify: detect Maildir write ops
2020-06-28watch: preliminary IMAP support
2020-06-28URI IMAP support
2020-06-28imaptracker: use ~/.local/share/public-inbox/imap.sqlite3
2020-06-28IMAPTracker: Add a helper to track our place in reading imap mailboxes
2020-06-16imap: *SEARCH: use Parse::RecDescent
2020-06-16MANIFEST: add missing 1.6.0 release notes entry
2020-06-13imap: introduce memory-efficient uo2m mapping
2020-06-13imap: require ".$UID_MIN-$UID_END" suffix
2020-06-13xt: add imapd-validate and imapd-mbsync-oimap
2020-06-13imapclient: wrapper for Mail::IMAPClient
2020-06-13add imapd compression test
2020-06-13imap: use git-cat-file asynchronously
2020-06-13imap: split out unit tests and benchmarks
2020-06-13imap: allow fetch of partial of BODY[...] and headers
2020-06-13inboxidle: new class to detect inbox changes
2020-06-13preliminary imap server implementation
2020-05-17t/psgi_attach: assert message/* parts are downloadable