Authenticate a POP connection. More...
Functions | |
| static enum PopAuthRes | pop_auth_apop (struct PopAccountData *adata, const char *method) |
| APOP authenticator - Implements PopAuth::authenticate() -. | |
| static enum PopAuthRes | pop_auth_user (struct PopAccountData *adata, const char *method) |
| USER authenticator - Implements PopAuth::authenticate() -. | |
| static enum PopAuthRes | pop_auth_oauth (struct PopAccountData *adata, const char *method) |
| Authenticate a POP connection using OAUTHBEARER - Implements PopAuth::authenticate() -. | |
Authenticate a POP connection.
| adata | POP Account data |
| method | Name of this authentication method (UNUSED) |
| enum | PopAuthRes, e.g. POP_A_SUCCESS |
|
static |
APOP authenticator - Implements PopAuth::authenticate() -.
Definition at line 343 of file auth.c.
|
static |
USER authenticator - Implements PopAuth::authenticate() -.
Definition at line 394 of file auth.c.
|
static |
Authenticate a POP connection using OAUTHBEARER - Implements PopAuth::authenticate() -.
Definition at line 454 of file auth.c.