On Mon, 2004-03-29 at 09:25 -0500, Jeffrey Stedfast wrote: > You can't. Evolution itself does not support smtp/pop/imap/etc proxies. > You'll have to preload the socks libraries. > > `socks5 evolution` > > or whatever the socks client program is called.
You don't have to do that for IMAP; you can use the 'use command to connect' option. Just make it run 'sock5 netcat %h %p', or whatever works to make a connection to the server in question instead of trying to make a TCP connection directly. You could trivially extend the same support to work for POP3 and SMTP. -- dwmw2 _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
