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 3F6011F5AE for ; Sat, 29 May 2021 20:20:39 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei: v2 and lcat/import/IMAP things Date: Sat, 29 May 2021 20:20:36 +0000 Message-Id: <20210529202039.21412-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Been using lei more and more for IMAP things. Eric Wong (3): TODO: add pipelining note lei import|lcat: improve+fix single message IMAP support lei q: --sort and --save|v2 are incompatible TODO | 2 ++ lib/PublicInbox/LeiLcat.pm | 25 ++++++++------ lib/PublicInbox/LeiMailSync.pm | 23 ++++++++----- lib/PublicInbox/LeiQuery.pm | 5 ++- lib/PublicInbox/LeiToMail.pm | 18 +++------- lib/PublicInbox/LeiXSearch.pm | 60 +++++++++++++++++++++++++++++++--- lib/PublicInbox/NetReader.pm | 6 ++-- t/lei-import-imap.t | 13 +++++++- 8 files changed, 112 insertions(+), 40 deletions(-)