simple-mail
simple-mail copied to clipboard
Access to the underlying socket
Hi,
is it possible to gain access to the underlying socket, or get access to some of it's methods like
- handling proxy
-
setProxy(QNetworkProxy::XYZ)
-
- checking SSL versions (good for debugging/logging)
-
sslLibraryVersionString()
-
sslLibraryBuildVersionString
-
Or is this already possible and I did not find it?