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