]> Sergey Matveev's repositories - public-inbox.git/commit
URI IMAP support
authorEric Wong <e@yhbt.net>
Sat, 27 Jun 2020 10:03:33 +0000 (10:03 +0000)
committerEric Wong <e@yhbt.net>
Sun, 28 Jun 2020 22:27:11 +0000 (22:27 +0000)
commit40e21ffef378982a1cebad3c22227228de14c488
tree5db6cda674d773b25d58ecef0836f14b14e95a73
parentf115168f63c05832d69756723fe9197b03303048
URI IMAP support

We'll be supporting the IMAP URL scheme described in RFC 5092
for -watch, so add this module to fill in what the `URI' package
lacks.
MANIFEST
lib/PublicInbox/URIimap.pm [new file with mode: 0644]
t/uri_imap.t [new file with mode: 0644]