POP authentication.
Data | Description | Links |
---|---|---|
PopAuthenticators | Accepted authentication methods |
Function | Description | Links |
---|---|---|
pop_apop_timestamp() | Get the server timestamp for APOP authentication | |
pop_auth_apop() | APOP authenticator | PopAuth::authenticate(), pop_authenticate |
pop_auth_gsasl() | POP GNU SASL authenticator | PopAuth::authenticate(), pop_authenticate |
pop_auth_is_valid() | Check if string is a valid pop authentication method | |
pop_auth_oauth() | Authenticate a POP connection using OAUTHBEARER | PopAuth::authenticate(), pop_authenticate |
pop_auth_sasl() | POP SASL authenticator | PopAuth::authenticate(), pop_authenticate |
pop_auth_user() | USER authenticator | PopAuth::authenticate(), pop_authenticate |
pop_authenticate() | Authenticate with a POP server |