about summary refs log tree commit homepage
path: root/MANIFEST
DateCommit message (Expand)
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
2020-05-12rename "ContentId" to "ContentHash"
2020-05-12xt/eml_check_limits: check limits against an inbox
2020-05-09xt: eml comparison tests
2020-05-09EmlContentFoo: Email::MIME::ContentType replacement
2020-05-09eml: pure-Perl replacement for Email::MIME
2020-04-27doc: add clients.txt
2020-04-26tests: remove Email::MIME->create use entirely
2020-04-20watchmaildir: support multiple watchheader values
2020-04-19doc: start writeup on semi-automatic memory management
2020-04-19inboxwritable: mime_from_path: reuse in more places
2020-04-17doc: update 1.4.0 relnotes with date, start 1.5.0
2020-04-15MANIFEST update
2020-03-25www: add endpoint to retrieve altid dumps
2020-03-25qspawn: reinstate filter support, add gzip filter
2020-03-22v2: SDBM-based multi Message-ID queue
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-03-22index: use git commit times on missing Date/Received
2020-02-24doc: technical: document data structures