]> Sergey Matveev's repositories - public-inbox.git/commit
lei convert: support IMAP output and "-F eml" inputs
authorEric Wong <e@80x24.org>
Thu, 25 Feb 2021 10:11:03 +0000 (10:11 +0000)
committerEric Wong <e@80x24.org>
Fri, 26 Feb 2021 02:35:48 +0000 (02:35 +0000)
commit9d1d7c2b505454fba331666a951e0f7997500b3c
tree5fc6553bbe8ccd0400311b14cee01a0253f0c1f3
parentf0731b9b653640afd8078aed994814b3049f230a
lei convert: support IMAP output and "-F eml" inputs

eml ("message/rfc822" MIME type) is supported by "lei import",
so it probably makes sense to support via convert, at least
for tests.  And IMAP support is supported in "lei q -o $MFOLDER",
so this only required renaming {nrd} => {net} and initializing
outputs before augment preparation (creating the IMAP folder)
lib/PublicInbox/LeiConvert.pm
lib/PublicInbox/LeiImport.pm
lib/PublicInbox/NetWriter.pm
t/lei-convert.t
xt/net_writer-imap.t