]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: reduce wasted IMAP connection for auth
authorEric Wong <e@80x24.org>
Mon, 22 Feb 2021 11:22:56 +0000 (08:22 -0300)
committerEric Wong <e@80x24.org>
Mon, 22 Feb 2021 22:14:21 +0000 (18:14 -0400)
commitfa5650d399f51a596e5c126b3ce65347409d4fe9
treeb96b5ccaaf4a41135948f753572b2fa408908278
parenteda916393e1d7c203225279df84ccf692953ab57
lei q: reduce wasted IMAP connection for auth

We can rework the first lei2mail worker to authenticate, and
then share auth info with the rest of the lei2mail workers.  As
with "lei import", this uses PktOp and lei-daemon to share
updated credentials between the first an subsequent l2m workers.
lib/PublicInbox/LeiAuth.pm
lib/PublicInbox/LeiConvert.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm