about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2020-07-06wwwatomstream: support async blob fetch
2020-07-06mbox: async blob fetch for "single message" raw mboxrd
2020-07-06qspawn: learn to gzip streaming responses
2020-07-06wwwstatic: support gzipped directory listings
2020-07-06wwwlisting: use GzipFilter for HTML
2020-07-06www: need: use WwwStream::html_oneshot
2020-07-06wwwtext: gzip text/plain responses, as well
2020-07-05t/import: test for nasty characters
2020-07-05watch: don't burn CPU on IDLE failures
2020-07-02tests: add use/require statements for TEST_RUN_MODE=0
2020-07-02inboxidle: avoid per-inbox anonymous subs
2020-06-30t/run: show unexpected output lines in logs
2020-06-30spawn: unblock SIGCHLD in subprocess
2020-06-28imaptracker: use flock(2) around writes
2020-06-28watch: show user-specified URL consistently.
2020-06-28watch: add NNTP support
2020-06-28watch: just use ->urlmatch
2020-06-28watch: remove {mdir} array
2020-06-28config: support ->urlmatch method for -watch
2020-06-28watch: support IMAP polling
2020-06-28watch: use signalfd for Maildir watching
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-28watchmaildir: fix check for spam vs ham inbox conflicts
2020-06-28imaptracker: use ~/.local/share/public-inbox/imap.sqlite3
2020-06-28eml: header_str_set: correctly encode UTF-8 headers
2020-06-23t/init: remove leftover find(1) call
2020-06-23init: add --skip-artnum parameter
2020-06-23init: add -j / --jobs parameter
2020-06-21tests: require git 2.6+ in more places
2020-06-21testcommon: require IO::Socket::SSL >= 2.007
2020-06-21nntp: support slow blob retrievals
2020-06-16imap: *SEARCH: reinstate "TEXT" search-key
2020-06-16imap: *SEARCH: fix CHARSET handling
2020-06-16imap: *SEARCH: use Parse::RecDescent
2020-06-16imap: reinstate non-UID SEARCH
2020-06-16imap: improve IDLE handling at graceful shutdown
2020-06-15t/imapd: quiet overload warning from Mail::IMAPClient
2020-06-15t/imapd*.t: support older Mail::IMAPClient
2020-06-15testcommon: allow OR-ing module dependencies
2020-06-13nntpd+imapd: detect replaced over.sqlite3
2020-06-13imap: introduce memory-efficient uo2m mapping
2020-06-13imap: remove non-UID SEARCH for now
2020-06-13imapd: don't bother sorting LIST output
2020-06-13imap: wire up Xapian, MSN SEARCH and multi sequence-sets
2020-06-13imap: STATUS/EXAMINE: rely on SQLite overview
2020-06-13imap: FETCH: try to make fake MSNs sequentially
2020-06-13imap: FETCH: more granular CRLF conversion