Searched refs:getAuthExtensionName (Results 1 – 6 of 6) sorted by relevance
/plugin/swiftmail/Swift/ | ||
H A D | Authenticator.php | 32 public function getAuthExtensionName(); function |
/plugin/swiftmail/Swift/Authenticator/ | ||
H A D | LOGIN.php | 45 public function getAuthExtensionName() function in Swift_Authenticator_LOGIN |
H A D | PLAIN.php | 46 public function getAuthExtensionName() function in Swift_Authenticator_PLAIN |
H A D | CRAMMD5.php | 47 public function getAuthExtensionName() function in Swift_Authenticator_CRAMMD5 |
H A D | @PopB4Smtp.php | 83 public function getAuthExtensionName() function in Swift_Authenticator_PopB4Smtp |
/plugin/swiftmail/Swift/Connection/ | ||
H A D | SMTP.php | 202 $this->authenticators[$auth->getAuthExtensionName()] = $auth; |