Re: How do i connect to the mail server thru a proxy server using pop3.?.
Posted By:
Loren_Mathews
Posted On:
Friday, August 2, 2002 10:33 PM
Can u be little more specific? Is ur proxy http(as seen in ur submission? or Socks proxy?)
U cannot probably connect to a mail server thru http proxy,
u need to have socks proxy server. and if its socks
version <= 4 then there is trouble u cannot give the
qualified name of the server, but u need to give its ip
in a string. If its Socks 4a or 5 then u can give the
name but java doesn't support this now, and in that
case u need to overload the fuction of the socket factory and then use it