]> Sergey Matveev's repositories - public-inbox.git/commit
net_reader|net_writer: pass URI refs deeper into callbacks
authorEric Wong <e@80x24.org>
Sun, 23 May 2021 01:38:26 +0000 (01:38 +0000)
committerEric Wong <e@80x24.org>
Sun, 23 May 2021 19:35:05 +0000 (19:35 +0000)
commit22a88de70a33ab34b6dc52d8bf5fb8b4fa3ee66f
tree14856716f99f74f31c155bc4e10de2b874d8054b
parent3b96b05a597d3037d2d9966b256679232bf0829c
net_reader|net_writer: pass URI refs deeper into callbacks

This will give us more flexibility in the future w.r.t.
dealing with UIDVALIDITY and AUTH= info with IMAP.  The LoC
reduction is welcome, too.
lib/PublicInbox/LeiImport.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/NetReader.pm
lib/PublicInbox/NetWriter.pm