]> Sergey Matveev's repositories - public-inbox.git/commit
net_reader: support imaps:// w/ socks5h:// proxy
authorEric Wong <e@80x24.org>
Sat, 18 Sep 2021 09:33:30 +0000 (09:33 +0000)
committerEric Wong <e@80x24.org>
Sat, 18 Sep 2021 20:25:52 +0000 (20:25 +0000)
commit30a88a6629af3146f68f9fe1f13054b7633559bf
tree0c803618cdef350830be65543fab98a8cc634647
parent74702eff18072dc8bf1c56ffa334b0dc998648b8
net_reader: support imaps:// w/ socks5h:// proxy

While Non-TLS IMAP worked perfectly with IO::Socket::Socks
and Mail::IMAPClient; we need to wrap the IO::Socket::Socks
object with IO::Socket::SSL before handing it to
Mail::IMAPClient.
lib/PublicInbox/NetReader.pm