From 63283ae1b51203c930332e6887296cb123e5db6c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 18 Feb 2021 23:22:22 +0300 Subject: lei convert: mail format conversion sub-command This will make testing IMAP support for other commands easier, as it doesn't write to lei/store at all. Like the pager and MUA, "git credential" is always spawned by script/lei (and not lei-daemon) so it has a controlling terminal for password prompts. v2: fix missing requires, correct test ordering v3: ensure config exists for IMAP auth --- MANIFEST | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 82068900..4f146771 100644 --- a/MANIFEST +++ b/MANIFEST @@ -178,6 +178,8 @@ lib/PublicInbox/InputPipe.pm lib/PublicInbox/Isearch.pm lib/PublicInbox/KQNotify.pm lib/PublicInbox/LEI.pm +lib/PublicInbox/LeiAuth.pm +lib/PublicInbox/LeiConvert.pm lib/PublicInbox/LeiCurl.pm lib/PublicInbox/LeiDedupe.pm lib/PublicInbox/LeiExternal.pm @@ -360,6 +362,7 @@ t/init.t t/ipc.t t/iso-2202-jp.eml t/kqnotify.t +t/lei-convert.t t/lei-daemon.t t/lei-externals.t t/lei-import-maildir.t @@ -388,6 +391,7 @@ t/msg_iter.t t/msgmap.t t/msgtime.t t/multi-mid.t +t/net_reader-imap.t t/nntp.t t/nntpd-tls.t t/nntpd-v2.t -- cgit v1.2.3-24-ge0c7