]> Sergey Matveev's repositories - public-inbox.git/commit
lei import: add IMAP and (maildir|mbox*):$PATHNAME support
authorEric Wong <e@80x24.org>
Thu, 18 Feb 2021 20:22:23 +0000 (23:22 +0300)
committerEric Wong <e@80x24.org>
Fri, 19 Feb 2021 00:02:19 +0000 (20:02 -0400)
commit46eac797d44b068a5e144ecc8269e9dbe878f495
treeab982a011384c6ae14ba4e4d9e292c9ed6027479
parent63283ae1b51203c930332e6887296cb123e5db6c
lei import: add IMAP and (maildir|mbox*):$PATHNAME support

This makes "lei import" more similar to "lei convert" and
allows importing from disparate sources simultaneously.

We'll also fix some ->child_error usage errors and make
the style of the code more similar to the "lei convert"
code.

v2: fix missing requires
MANIFEST
lib/PublicInbox/LeiImport.pm
t/lei-import-imap.t [new file with mode: 0644]
t/lei-import-maildir.t
t/lei_to_mail.t