]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: fix auth IMAP --output with remote mboxrd
authorEric Wong <e@80x24.org>
Mon, 5 Apr 2021 10:27:52 +0000 (10:27 +0000)
committerEric Wong <e@80x24.org>
Mon, 5 Apr 2021 19:10:16 +0000 (19:10 +0000)
commit78b7e158b5a8391db2fc3420fa9f99d2be7648d2
treeb8d94ec60a7dd2fa4d56cc623667f45f024a2ec5
parentc608b3422b2c17c6572966cfbc11b2e6ce4854e1
lei q: fix auth IMAP --output with remote mboxrd

IMAP authentication info is only shared amongst lei2mail workers,
so we must ensure all IMAP writes go through lei2mail workers
even if we don't have to access the mail through git.

This allows us to decouple the latency of the remote mboxrd from
the latency of the IMAP --output at the expense of extra IPC
overhead within our own processes.
lib/PublicInbox/LeiOverview.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm