IMAP and NNTP lei-import support are coming. Basically stuff in -watch, but IMAP will need to support flags (aka keywords) in IMAP.
"lei ls-external" gains filtering + globbing support (still needs shell completion support) Eric Wong (6): lei *external: glob improvements, ls-external filtering lei_external: remove unnecessary Exporter use test_common: support lei-daemon only testing lei ls-external: support --local and --remote lei: note some TODO items (curl, externals) net_reader: new package split from -watch MANIFEST | 1 + lib/PublicInbox/LEI.pm | 4 +- lib/PublicInbox/LeiCurl.pm | 2 + lib/PublicInbox/LeiExternal.pm | 85 +++++++++---- lib/PublicInbox/NetReader.pm | 220 +++++++++++++++++++++++++++++++++ lib/PublicInbox/TestCommon.pm | 13 +- lib/PublicInbox/Watch.pm | 204 +----------------------------- t/lei-externals.t | 36 ++++-- t/lei_external.t | 20 ++- 9 files changed, 343 insertions(+), 242 deletions(-) create mode 100644 lib/PublicInbox/NetReader.pm -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
