about summary refs log tree commit homepage
path: root/lib/PublicInbox/NetReader.pm
DateCommit message (Expand)
2021-04-30net_reader: support (imap|nntp).proxy in config file
2021-04-30net_reader: Net::NNTP --proxy=socks5h:// support
2021-04-30lei: IMAP .onion support via --proxy=s switch
2021-04-30net_reader: {nn,mic}_for: use prototypes for internal subs
2021-04-30lei import: support UIDVALIDITY in IMAP URL
2021-04-30lei import: avoid IMAPTracker, use LeiMailSync more
2021-04-24net_reader: imap_each: add UIDVALIDITY to URL arg
2021-04-23net_reader: restart on first UID when UIDVALIDITY changes
2021-04-22lei import: --incremental default for NNTP and IMAP
2021-04-22lei: flesh out `forwarded' kw support for Maildir and IMAP
2021-04-03net_reader: fix read-only "lei convert" auth failures
2021-04-03lei q: ensure wq workers shutdown on IMAP auth failures
2021-03-24net_reader: nntp_each: pass keywords as `undef'
2021-03-23net_reader: escape nasty chars from Net::NNTP->message
2021-03-10watch: IMAP: ignore \Deleted and \Draft messages
2021-03-04lei q: support --import-augment for IMAP
2021-02-24net_reader: trim exports and remove unused uri_new
2021-02-24watch: switch IMAP and NNTP fetch loops to NetReader
2021-02-24lei <import|convert>: support NNTP sources
2021-02-22net_reader: mic_get: reuse connections if cache enabled
2021-02-22lei convert: auth directly from worker process
2021-02-21lei2mail: parallel augment for lock-free stores
2021-02-21net_reader: use and accept URIimap objects in more places
2021-02-21lei q: support IMAP/IMAPS --output destinations
2021-02-19net_writer: start implementing IMAP write support
2021-02-19net_reader: handle single-message IMAP mailboxes
2021-02-18lei: check for IMAP auth errors
2021-02-18lei convert: mail format conversion sub-command
2021-02-18lei import: start rearranging code for IMAP support
2021-02-18watch: connect to NNTP and IMAP in config order
2021-02-18watch: move imap_common_init to NetReader
2021-02-10net_reader: new package split from -watch