]> Sergey Matveev's repositories - public-inbox.git/commit
lei: fix read/write IMAP access
authorEric Wong <e@80x24.org>
Fri, 3 Sep 2021 08:54:27 +0000 (08:54 +0000)
committerEric Wong <e@80x24.org>
Fri, 3 Sep 2021 08:57:36 +0000 (08:57 +0000)
commit42420897bd81bf5664d5a93c5069dda4cb0459f1
treeee1146f0d7e4d8b530989ff2d0f871355b7508b2
parenta3ad598c92039fae4a78354be9c33fff5328d7db
lei: fix read/write IMAP access

xt/net_writer-imap.t was completely broken in recent months and
I completely forgot this test.  net->add_url still only accepts
bare scalars (and not scalar refs), so we must set that up
properly.  Furthermore, our changes to do FLAGS-only
synchronization in lei of old messages was causing us to not
handle FLAGS properly for the test.
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/NetReader.pm
lib/PublicInbox/NetWriter.pm
lib/PublicInbox/Watch.pm