I frequently need to tunnel connections to my exchange server over a SOCKS proxy. When I'm on untrusted networks, it would be good if DavMail would also do DNS requests over SOCKS5. Can SOCKS5 support with remote DNS be added in a future version?
Because I don't have an HTTP proxy available to me which can see the exchange server, only a SOCKS proxy.
More generally, both SSH and TOR, and many applications as well, are moving to SOCKS5 as their standard proxy protocol; it would be good if DavMail supported both.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There appears to be some proxy support. There are settings in the .davmail.properties file you can set, but it's not SOCKS V5? Please add support for SOCKS V5.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't understand why you need socks to access Exchange: you could use a normal proxy already supported by DavMail
Because I don't have an HTTP proxy available to me which can see the exchange server, only a SOCKS proxy.
More generally, both SSH and TOR, and many applications as well, are moving to SOCKS5 as their standard proxy protocol; it would be good if DavMail supported both.
Just in case, did you try to set standard Java socks options:
http://download.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
java -DsocksProxyHost=socks.mydomain.com
Specific use case, won't implement except if someone provides a patch.
Hi Mickael:
How would you call davmail with java? to pass the proxy?
What is the Main.class ? I installled it on linux using apt.
Thanks
There appears to be some proxy support. There are settings in the .davmail.properties file you can set, but it's not SOCKS V5? Please add support for SOCKS V5.