NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ImapAuth Struct Reference

IMAP authentication multiplexor. More...

Data Fields

enum ImapAuthRes(* authenticate )(struct ImapAccountData *adata, const char *method)
 
const char * method
 Name of authentication method supported, NULL means variable.
 

Detailed Description

IMAP authentication multiplexor.

Definition at line 45 of file auth.c.

Field Documentation

◆ authenticate

enum ImapAuthRes(* ImapAuth::authenticate) (struct ImapAccountData *adata, const char *method)

Definition at line 115 of file auth.c.

◆ method

const char* ImapAuth::method

Name of authentication method supported, NULL means variable.

If this is not null, authenticate may ignore the second parameter.

Definition at line 57 of file auth.c.


The documentation for this struct was generated from the following file: