NeoMutt  2024-04-25-85-g27bab4
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SmtpAuth Struct Reference

SMTP authentication multiplexor. More...

Data Fields

int(* authenticate )(struct SmtpAccountData *adata, const char *method)
 
const char * method
 Name of authentication method supported, NULL means variable.
 

Detailed Description

SMTP authentication multiplexor.

Definition at line 108 of file smtp.c.

Field Documentation

◆ authenticate

int(* SmtpAuth::authenticate) (struct SmtpAccountData *adata, const char *method)

Definition at line 118 of file smtp.c.

◆ method

const char* SmtpAuth::method

Name of authentication method supported, NULL means variable.

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

Definition at line 120 of file smtp.c.


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