simple-mail icon indicating copy to clipboard operation
simple-mail copied to clipboard

Access to the underlying socket

Open alexh-swdev opened this issue 4 months ago • 0 comments

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?

alexh-swdev avatar Oct 22 '24 10:10 alexh-swdev