[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 36 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Swift_Transport_Esmtp_Authenticator:: (2 methods):
getAuthKeyword()
authenticate()
Interface: Swift_Transport_Esmtp_Authenticator - X-Ref
An Authentication mechanism.getAuthKeyword() X-Ref |
Get the name of the AUTH mechanism this Authenticator handles. return: string |
authenticate(Swift_Transport_SmtpAgent $agent, $username, $password) X-Ref |
Try to authenticate the user with $username and $password. param: string $username param: string $password return: bool true if authentication worked (returning false is deprecated, throw a Swift_TransportException instead) |
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |