]> Sergey Matveev's repositories - public-inbox.git/commit
www: inbox: favor "pop3://" over "pop://"
authorEric Wong <e@80x24.org>
Thu, 11 Aug 2022 20:00:20 +0000 (20:00 +0000)
committerEric Wong <e@80x24.org>
Thu, 11 Aug 2022 20:13:54 +0000 (20:13 +0000)
commit132060cd24f640bb053406fcfa9a48d75589cac2
treeba673a3d90b9bc62d9ca9ce7631fe646406b6b7e
parent5ddc599173fdca7f425f4a43396e100d57307c42
www: inbox: favor "pop3://" over "pop://"

curl only supports "pop3://" and "pop3s://", despite RFC 2384
existing for "pop://".  AFAIK, there's no RFCs for "pop3://"
and "pop3s://", but please let us know if there are.

In any case, real-world cases like curl are more relevant.
lib/PublicInbox/Inbox.pm