]> Sergey Matveev's repositories - public-inbox.git/commit
lei <import|convert>: support NNTP sources
authorEric Wong <e@80x24.org>
Wed, 24 Feb 2021 11:31:52 +0000 (17:31 +0600)
committerEric Wong <e@80x24.org>
Wed, 24 Feb 2021 23:26:14 +0000 (23:26 +0000)
commit2f9f6c9eca667dfde9e267e946498eaad0b0c8da
tree86c6807030725d685e6ab5d7b110e602630bf7ab
parentc1a92bf7adccea821a905b221972c06fc5579718
lei <import|convert>: support NNTP sources

We can read NNTP in -watch and Net::NNTP is shipped with Perl5,
so lei import and convert have no excuse not to support NNTP
as a client.

Authentication is not tested, yet; but should be close to what
IMAP is like...
MANIFEST
lib/PublicInbox/LeiAuth.pm
lib/PublicInbox/LeiConvert.pm
lib/PublicInbox/LeiImport.pm
lib/PublicInbox/NetReader.pm
lib/PublicInbox/Watch.pm
t/lei-convert.t
t/lei-import-nntp.t [new file with mode: 0644]
t/watch_nntp.t [deleted file]