]> Sergey Matveev's repositories - public-inbox.git/commit
linkify: support imap, imaps, news, and snews URIs
authorEric Wong <e@yhbt.net>
Fri, 26 Jun 2020 23:26:18 +0000 (23:26 +0000)
committerEric Wong <e@yhbt.net>
Sat, 27 Jun 2020 18:34:47 +0000 (18:34 +0000)
commit0d62ec0906ebdb4e9358ccb1c0d41a30f20711cf
treeec1ca4b20fc6c653789b32bc34f92ce1d1d5f522
parent89efc8f4e8d603e4fad3c4c754e23561d82de2c1
linkify: support imap, imaps, news, and snews URIs

Since we'll have an IMAP server released soon, maybe imaps://
and imap:// URLs can become popular.

news:// is defined with nntp:// in RFC 5538, and we can at least
support the news:// form in rendered HTML.  snews:// may appear
in old mail archives, too, so we'll attempt to support it in
case clients do.
lib/PublicInbox/Linkify.pm