]> Sergey Matveev's repositories - public-inbox.git/commit
lei import: support UIDVALIDITY in IMAP URL
authorEric Wong <e@80x24.org>
Thu, 29 Apr 2021 09:46:19 +0000 (09:46 +0000)
committerEric Wong <e@80x24.org>
Fri, 30 Apr 2021 06:41:36 +0000 (06:41 +0000)
commit90155b72ccd38d51415f12547e39c4d65c469fe1
tree570c61708a093f24dcba9f05d415c22a2a2cbc23
parent923e09d84e8eaa612c85f6d5ec57c3742390bebc
lei import: support UIDVALIDITY in IMAP URL

Specifying a UIDVALIDITY value allows the user to enforce
a strict match and force failure.  This necessitated changes
to NetReader to allow die() and make error reporting more
suitable for CLI usage rather than daemonized usage of -watch.
lib/PublicInbox/LeiInput.pm
lib/PublicInbox/NetReader.pm
t/lei-import-imap.t