Home
last modified time | relevance | path

Searched refs:ENC_SSL (Results 1 – 2 of 2) sorted by path

/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php28 const ENC_SSL = 1; define in Swift_Authenticator_PopB4Smtp_Pop3Connection
125 if ($this->getEncryption() == self::ENC_SSL) $url = "ssl://" . $url;
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php29 const ENC_SSL = 4; define in Swift_Connection_SMTP
282 case self::ENC_TLS: case self::ENC_SSL:
293 elseif ($this->encryption == self::ENC_SSL) $server = "ssl://" . $server;