]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/NetReader.pm
lei prune-mail-sync: new command to prune invalid sync data
[public-inbox.git] / lib / PublicInbox / NetReader.pm
2021-06-09 Eric Wonglei prune-mail-sync: new command to prune invalid sync...
2021-06-03 Eric Wonglei import: speed up kw updates for old IMAP messages
2021-06-01 Eric Wonglei import: reduce writes to lei/store on IMAP sync
2021-05-30 Eric Wonglei import: import IMAP flag changes from old messages
2021-05-30 Eric Wonglei import|lcat: improve+fix single message IMAP support
2021-05-28 Eric Wonglei: handle a single IMAP message in most places
2021-05-23 Eric Wongnet_reader|net_writer: pass URI refs deeper into callbacks
2021-05-23 Eric Wonglei import: store IMAP user+auth in mail_sync folder URI
2021-05-04 Eric Wonglei: fix mail_sync.sqlite3 folder names for NNTP
2021-04-30 Eric Wongnet_reader: support (imap|nntp).proxy in config file
2021-04-30 Eric Wongnet_reader: Net::NNTP --proxy=socks5h:// support
2021-04-30 Eric Wonglei: IMAP .onion support via --proxy=s switch
2021-04-30 Eric Wongnet_reader: {nn,mic}_for: use prototypes for internal...
2021-04-30 Eric Wonglei import: support UIDVALIDITY in IMAP URL
2021-04-30 Eric Wonglei import: avoid IMAPTracker, use LeiMailSync more
2021-04-24 Eric Wongnet_reader: imap_each: add UIDVALIDITY to URL arg
2021-04-23 Eric Wongnet_reader: restart on first UID when UIDVALIDITY changes
2021-04-22 Eric Wonglei import: --incremental default for NNTP and IMAP
2021-04-22 Eric Wonglei: flesh out `forwarded' kw support for Maildir and...
2021-04-03 Eric Wongnet_reader: fix read-only "lei convert" auth failures
2021-04-03 Eric Wonglei q: ensure wq workers shutdown on IMAP auth failures
2021-03-24 Eric Wongnet_reader: nntp_each: pass keywords as `undef'
2021-03-23 Eric Wongnet_reader: escape nasty chars from Net::NNTP->message
2021-03-11 Eric Wongwatch: IMAP: ignore \Deleted and \Draft messages
2021-03-04 Eric Wonglei q: support --import-augment for IMAP
2021-02-24 Eric Wongnet_reader: trim exports and remove unused uri_new
2021-02-24 Eric Wongwatch: switch IMAP and NNTP fetch loops to NetReader
2021-02-24 Eric Wonglei <import|convert>: support NNTP sources
2021-02-22 Eric Wongnet_reader: mic_get: reuse connections if cache enabled
2021-02-22 Eric Wonglei convert: auth directly from worker process
2021-02-21 Eric Wonglei2mail: parallel augment for lock-free stores
2021-02-21 Eric Wongnet_reader: use and accept URIimap objects in more...
2021-02-21 Eric Wonglei q: support IMAP/IMAPS --output destinations
2021-02-19 Eric Wongnet_writer: start implementing IMAP write support
2021-02-19 Eric Wongnet_reader: handle single-message IMAP mailboxes
2021-02-19 Eric Wonglei: check for IMAP auth errors
2021-02-19 Eric Wonglei convert: mail format conversion sub-command
2021-02-18 Eric Wonglei import: start rearranging code for IMAP support
2021-02-18 Eric Wongwatch: connect to NNTP and IMAP in config order
2021-02-18 Eric Wongwatch: move imap_common_init to NetReader
2021-02-10 Eric Wongnet_reader: new package split from -watch