about summary refs log tree commit homepage
DateCommit message (Expand)
2020-06-30watch: check for duplicates in ->over before spamcheck
2020-06-28watch: simplify internal structures
2020-06-28imaptracker: use flock(2) around writes
2020-06-28watch: support ~/.netrc via Net::Netrc
2020-06-28watch: use our own "git credential" wrapper
2020-06-28watch: enable autoflush for STDOUT and STDERR
2020-06-28watch: show user-specified URL consistently.
2020-06-28watch: add NNTP support
2020-06-28testcommon: $ENV{TAIL} supports non-@ARGV redirects
2020-06-28watch: just use ->urlmatch
2020-06-28watch: remove {mdir} array
2020-06-28watch: support multiple watch: directives per-inbox
2020-06-28watch: imap: be quiet about disconnecting on quit
2020-06-28watch: support imap.fetchBatchSize parameter
2020-06-28watch: avoid long transaction to IMAPTracker
2020-06-28imaptracker: drop {dbname} field
2020-06-28imaptracker: add {url} field to reduce args
2020-06-28ds: add_timer: allow passing arg to callback.
2020-06-28watch: use UID SEARCH to avoid empty UID FETCH
2020-06-28watch: stop importers before forking
2020-06-28config: support ->urlmatch method for -watch
2020-06-28watch: support IMAP polling
2020-06-28watch: wire up IMAP IDLE reapers to DS
2020-06-28ds: remove fields.pm usage
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-28watchmaildir: hoist out compile_watchheaders
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-28inbox: warn on ->on_inbox_unlock exception
2020-06-28inboxwritable: ensure ssoma.lock exists on init
2020-06-28eml: header_str_set: correctly encode UTF-8 headers
2020-06-27linkify: support imap, imaps, news, and snews URIs
2020-06-27imap: EXAMINE: avoid potential race conditions
2020-06-27imap: always send EXISTS on uo2m_extend
2020-06-25ds: flush_write: early return on closed socket
2020-06-25git_async_cat: remove circular reference
2020-06-25lock: reduce inotify wakeups
2020-06-23testcommon: DS->Reset when using fork-only subprocess
2020-06-23t/init: remove leftover find(1) call
2020-06-23init: add --skip-artnum parameter
2020-06-23init: refer to inboxes as "inbox" or "inboxes" in errors
2020-06-23init: add -j / --jobs parameter
2020-06-23imap: refill_xap: remove needless loop
2020-06-21tests: require git 2.6+ in more places
2020-06-21testcommon: require IO::Socket::SSL >= 2.007