NeoMutt  2025-12-11-694-ga89709
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 46 of file auth.c.

Field Documentation

◆ authenticate

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

Definition at line 116 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 58 of file auth.c.


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