]> Sergey Matveev's repositories - public-inbox.git/commit
lei up: support --all for IMAP folders
authorEric Wong <e@80x24.org>
Tue, 7 Sep 2021 11:32:10 +0000 (11:32 +0000)
committerEric Wong <e@80x24.org>
Tue, 7 Sep 2021 13:30:50 +0000 (13:30 +0000)
commitb584a53f053a7629e656df00ccf6f168c260af48
tree57bfcca61cb2fd874f31ae6c768c60f6152e47fd
parent15a133ea42a51f17958582e2904034424e2866af
lei up: support --all for IMAP folders

Since "lei up" is expected to be a heavily-used command,
better support for IMAP seems like a reasonable idea.

This is inefficient since we waste an IMAP(S) TCP connection
since it dies when an auth-only LeiUp worker process dies, but
it's better than not working at all, right now.
Documentation/lei-up.pod
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiAuth.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiUp.pm
xt/net_writer-imap.t