From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9BFB01F8C6 for ; Tue, 7 Sep 2021 11:32:11 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] lei up --all support for IMAP Date: Tue, 7 Sep 2021 11:32:07 +0000 Message-Id: <20210907113211.27548-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It's not efficient since it wastes an IMAP connection for auth-only (unlike every other lei command which reuses the connection once authed). However, there may be ways we can work around it in the future. Eric Wong (4): xt/net_writer_imap: test "lei up" on single IMAP output lei: dump and clear log at exit lei up: support --all for IMAP folders doc: lei-*.pod: update to Tor v3 .onion address Documentation/lei-convert.pod | 2 +- Documentation/lei-edit-search.pod | 2 +- Documentation/lei-forget-search.pod | 2 +- Documentation/lei-lcat.pod | 2 +- Documentation/lei-ls-mail-sync.pod | 2 +- Documentation/lei-ls-search.pod | 2 +- Documentation/lei-rediff.pod | 2 +- Documentation/lei-up.pod | 17 +++-- lib/PublicInbox/LEI.pm | 20 +++--- lib/PublicInbox/LeiAuth.pm | 15 ++-- lib/PublicInbox/LeiToMail.pm | 3 +- lib/PublicInbox/LeiUp.pm | 104 +++++++++++++++++----------- xt/net_writer-imap.t | 4 ++ 13 files changed, 114 insertions(+), 63 deletions(-)