TCPSocket with proxy possible?

I am using tcpsocket to access a mail server via port 25. Is there any way to do the connect via a proxy? I see no proxy properies in the tcpclient.

There wouldn’t be. Accessing a proxy is a higher-level protocol, like http which sits on top of TCP/IP.

Why would you use a TCPSocket for a mail server? The Chilkat plugin is pricey but has options for proxies.

All right, if there is no way, then I have to switch back for that project to Delphi. I was just hoping there is a way to do it with Xojo.