]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/LeiInput.pm
imap+nntp: share COMPRESS implementation
[public-inbox.git] / lib / PublicInbox / LeiInput.pm
2021-10-31 Eric Wonglei_input: disallow uppercase characters for labels
2021-10-28 Eric Wonglei rm: move generic input_maildir_cb to LeiInput paren...
2021-10-26 Eric Wonglei p2q: use LeiInput for multi-patch series
2021-10-15 Eric Wonglei + ipc: simplify process reaping
2021-10-15 Eric Wonglei: TSTP affects all curl and related subprocesses
2021-10-13 Eric Wonglei: use standard warn() in more places
2021-10-02 Eric Wonglei mail-diff: diagnostic command to diff mail contents
2021-09-19 Eric Wonglei/store: use SOCK_SEQPACKET rather than pipe
2021-09-18 Eric Wonglei_mail_sync: rely on flock(2), avoid IPC
2021-09-17 Eric Wonglei refresh-mail-sync: implicitly remove missing folders
2021-09-09 Eric Wonglei_input: provide hint for bare "L:" and "kw:"
2021-09-03 Eric Wonglei: ->child_error less error-prone
2021-09-02 Eric Wonglei_input: set and prepare watches early
2021-07-25 Eric Wonglei rm-watch: new command to support removing watches
2021-07-22 Eric Wonglei: start implementing inotify Maildir support
2021-06-17 Eric Wonglei_input: prefix bare Maildir paths w/ "maildir:"
2021-06-14 Eric Wonglei_input: allow keywords when importing 1 file from...
2021-06-12 Eric Wonglei ls-mail-source: list IMAP folders and NNTP groups
2021-06-08 Eric Wonglei import: speed up repeated Maildir imports
2021-05-23 Eric Wonglei_input: fix canonicalization of Maildirs for sync
2021-05-16 Kyle Meyerlei_input: drop misplaced word from error message
2021-05-05 Eric Wonglei rediff: regenerate diffs from stdin
2021-05-04 Eric Wonglei index: new command to index mail w/o git storage
2021-05-03 Eric Wonglei_input: reject --mail-sync if using HTTP(S) for now
2021-05-03 Eric Wonglei_input: common net_merge_all_done for lei <import...
2021-05-01 Eric Wonglei import: fix --mail-sync handling in LeiInput
2021-04-30 Eric Wonglei: IMAP .onion support via --proxy=s switch
2021-04-30 Eric Wonglei import: support UIDVALIDITY in IMAP URL
2021-04-30 Eric Wonglei import: avoid IMAPTracker, use LeiMailSync more
2021-04-26 Eric Wonglei_input: support PublicInbox::WWW mboxrd URLs
2021-04-24 Eric Wonglei import: keep sync info for Maildir and IMAP folders
2021-04-24 Eric Wonglei_input: drop outdated comment w.r.t. compression
2021-04-23 Eric Wonglei import: support adding keywords and labels on import
2021-04-05 Eric Wonglei: maildir: move shard support to MdirReader
2021-03-31 Eric Wonglei_input: reduce IPC traffic with multiple inputs
2021-03-29 Eric Wonglei_input: support compressed mboxes
2021-03-29 Eric Wonglei_input: treat ".eml" and ".patch" suffix as "eml"
2021-03-29 Eric Wonglei_input: avoid special case sub for --stdin
2021-03-26 Eric Wonglei: support /dev/fd/[0-2] inputs and outputs in daemon
2021-03-24 Eric Wonglei_input: more common code between <mark|convert|import>
2021-03-24 Eric Wonglei: hide *_atfork_child from command-line
2021-03-24 Eric Wonglei mark: command for (un)setting keywords and labels
2021-03-23 Eric Wonglei_input: drop "From " line on single "eml" (message...
2021-03-23 Eric Wonglei_input: common filehandle reader for eml + mbox
2021-03-23 Eric Wongmbox_reader: add ->reads method to avoid nonsensical...
2021-03-23 Eric Wonglei: share input code between convert and import