Home
last modified time | relevance | path

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

/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php24 const ENC_OFF = 0; define in Swift_Authenticator_PopB4Smtp_Pop3Connection
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php33 const ENC_OFF = 8; define in Swift_Connection_SMTP
151 …if (!$port) $port = ($this->getEncryption() == self::ENC_OFF) ? self::PORT_DEFAULT : self::PORT_SE…
218 if (!$enc) $enc = self::ENC_OFF;