]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/LeiToMail.pm
net_reader: use and accept URIimap objects in more places
[public-inbox.git] / lib / PublicInbox / LeiToMail.pm
2021-02-21 Eric Wongnet_reader: use and accept URIimap objects in more...
2021-02-21 Eric Wonglei q: move augment into lei2mail workers
2021-02-21 Eric Wonglei q: support IMAP/IMAPS --output destinations
2021-02-19 Eric Wonglei_to_mail: get rid of empty _post_augment_maildir
2021-02-19 Eric Wongt/lei-externals: favor "-o format:$PATHNAME" over "-f"
2021-02-19 Eric Wonglei_to_mail: Maildir: ensure link(2) succeeds
2021-02-19 Eric Wonglei convert: mail format conversion sub-command
2021-02-10 Eric Wonglei: split out MdirReader package, lazy-require earlier
2021-02-08 Eric Wonglei q: improve remote mboxrd UX + MUA
2021-02-08 Eric Wonglei import: support Maildirs
2021-02-07 Eric Wongipc: wq_do => wq_io_do
2021-02-05 Eric Wonglei q: eliminate $not_done temporary git dir hack
2021-02-05 Eric Wongeml: handle warning ignores for lei
2021-02-05 Eric Wonglei q: reinstate early MUA spawn for Maildir
2021-02-05 Eric Wonglei q: reorder internals to reduce FD passing
2021-02-04 Eric Wonglei: reduce FD pressure from lei2mail worker
2021-02-01 Eric Wonglei_to_mail: reduce spew on Maildir removal
2021-02-01 Eric Wonglei: remove SIGPIPE handler
2021-02-01 Eric Wongipc: switch wq to use the event loop
2021-02-01 Eric Wonglei: more consistent dedupe and ovv_buf init
2021-01-30 Eric Wonglei: less error-prone FD mapping
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-24 Eric Wongipc: get rid of wq_set_recv_modes
2021-01-23 Eric Wonglei: oneshot: preserve stdout if writing mbox
2021-01-23 Eric Wonglei_to_mail: drop cyclic reference if not using IPC
2021-01-23 Eric Wonglei: support remote externals
2021-01-22 Eric Wonglei_to_mail: avoid segfault on exit
2021-01-22 Eric Wonglei: fix inadvertant FD sharing
2021-01-22 Eric Wonglei: show {pct} and {oid} in From_ lines and filenames
2021-01-21 Eric Wonglei_to_mail: call PublicInbox::IPC::DESTROY
2021-01-21 Eric Wonglei: allow more mbox inode types
2021-01-21 Eric Wonglei: test some likely errors due to misuse
2021-01-21 Eric Wonglei q: fix augment of compressed mailboxes
2021-01-21 Eric Wonglei q: do not spawn MUA early
2021-01-21 Eric Wonglei q: fix SIGPIPE handling from lei2mail workers
2021-01-21 Eric Wonglei q: start ->mset while query_prepare runs
2021-01-18 Eric Wonglei_to_mail: optimize for MUAs
2021-01-18 Eric Wonglei q: parallelize Maildir and mbox writing
2021-01-18 Eric Wonglei q: add --mua-cmd switch
2021-01-18 Eric Wonglei: q: results output to Maildir and mbox* working
2021-01-18 Eric Wonglei_to_mail: prepare for worker offload
2021-01-12 Eric Wonglei query + pagination sorta working
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric Wonglei_to_mail: open FIFOs O_WRONLY so we block
2021-01-01 Eric Wonglei_to_mail: unlink mboxes if not augmenting
2021-01-01 Eric Wonglei_to_mail: support Maildir, fix+test --augment
2021-01-01 Eric Wonglei_to_mail: support for non-seekable outputs
2021-01-01 Eric Wonglei_to_mail: lazy-require LeiDedupe
2021-01-01 Eric Wonglei: implement various deduplication strategies
2021-01-01 Eric Wonglei_to_mail: start --augment, dedupe, bz2 and xz
2021-01-01 Eric Wonglei_to_mail: start atomic and compressed mbox writing
2021-01-01 Eric Wonglei_to_mail: initial implementation for writing mbox...