Home
last modified time | relevance | path

Searched refs:useTLSIfAvailable (Results 1 – 2 of 2) sorted by relevance

/dports/net/libksieve/libksieve-21.12.3/kioslave/src/sieve/
H A Dsieve.h83 bool connect(bool useTLSIfAvailable = true);
H A Dsieve.cpp319 bool kio_sieveProtocol::connect(bool useTLSIfAvailable) in connect() argument
353 if (!m_allowUnencrypted && useTLSIfAvailable && QSslSocket::supportsSsl() && !m_supportsTLS in connect()
367 if (useTLSIfAvailable && m_supportsTLS && QSslSocket::supportsSsl()) { in connect()