Home
last modified time | relevance | path

Searched refs:transportSecInfo (Results 1 – 3 of 3) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsSmtpProtocol.cpp444 nsCOMPtr<nsITransportSecurityInfo> transportSecInfo = in OnStopRequest() local
446 if (transportSecInfo) { in OnStopRequest()
447 mailNewsUrl->SetFailedSecInfo(transportSecInfo); in OnStopRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.cpp876 if (nsCOMPtr<nsITransportSecurityInfo> transportSecInfo = in OnStopRequest() local
878 msgUrl->SetFailedSecInfo(transportSecInfo); in OnStopRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapProtocol.cpp4942 nsCOMPtr<nsITransportSecurityInfo> transportSecInfo = in CreateNewLineFromSocket() local
4944 if (transportSecInfo) { in CreateNewLineFromSocket()
4945 mailNewsUrl->SetFailedSecInfo(transportSecInfo); in CreateNewLineFromSocket()