From 1dd8b4d5e857cf7b44288f304fc054a36086289e Mon Sep 17 00:00:00 2001
From: Matthias Andree
Giuseppe Guerini added a --with-socks option that supports -linking with socks library. If you specify the value of this option -as "yes", the configure script will try to find the Rconnect +
Giuseppe Guerini added a --with-socks compile-time option +that supports linking with socks library. If you specify the value of +this option as "yes", the configure script will try to find the Rconnect library and set the makefile up to link it. You can also specify a directory containing the Rconnect library.
-Alan Schmitt has added a similar --with-socks5 option that may +
Alan Schmitt has added a similar --with-socks5 option that may work better if you have a recent version of the SOCKS library.
+In either case, fetchmail has no direct configuration hooks, but you +can specify which socks configuration file the library should read by +means of the SOCKS_CONF environment variable. In order to +bypass the SOCKS proxy altogether, you could run (adding your usual +options to the end of this line):
+ +env SOCKS_CONF=/dev/null fetchmail+