I would like to use the net/imap library in ruby behind a authenticated proxy, I was starting to dig in and I’m wondering if there is a way to do this already or if I need to make my own version of the net/imap library that supports a proxy?
Share
It is possible to tunnel any socket connection through a HTTPS proxy server.
To do this:
Here is a ruby example of such a tunnel.
Reasons this will fail: