IMAP authentication multiplexor. More...
Data Fields | |
enum ImapAuthRes(* | authenticate )(struct ImapAccountData *adata, const char *method) |
Authenticate an IMAP connection. More... | |
const char * | method |
Name of authentication method supported, NULL means variable. More... | |
enum ImapAuthRes(* ImapAuth::authenticate) (struct ImapAccountData *adata, const char *method) |
Authenticate an IMAP connection.
adata | Imap Account data |
method | Use this named method, or any available method if NULL |
ImapAuthRes | Result, e.g. IMAP_AUTH_SUCCESS |
const char* ImapAuth::method |