about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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-23init: add --skip-artnum parameter
2020-06-23imap: refill_xap: remove needless loop
2020-06-21testcommon: require IO::Socket::SSL >= 2.007
2020-06-21nntp: support slow blob retrievals
2020-06-21nntp: event_step: prepare for async git reads
2020-06-21daemon: use ->can to check for IO::Socket::SSL
2020-06-16imap: fix UID-offset-to-MSN mapping bugs
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: stop_idle: fix parameter parsing :x
2020-06-16imap: improve IDLE handling at graceful shutdown
2020-06-16imap: clarify "DONE" usage with IDLE
2020-06-15inboxidle: support Linux::Inotify2 1.x
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: FETCH: proper MSN => UID mapping for requests
2020-06-13over: uid_range: remove LIMIT
2020-06-13imap: remove non-UID SEARCH for now
2020-06-13imapd: don't bother sorting LIST output
2020-06-13imap: misc cleanups and notes
2020-06-13imap: wire up Xapian, MSN SEARCH and multi sequence-sets
2020-06-13imap: UID SEARCH: support multiple ranges
2020-06-13imap: STATUS/EXAMINE: rely on SQLite overview
2020-06-13imap: FETCH: try to make fake MSNs sequentially
2020-06-13imap: further speed up HEADER.FIELDS FETCH requests