NeoMutt  2025-12-11-911-gd8d604
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 113 of file smtp.c.

Field Documentation

◆ authenticate

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

Definition at line 123 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 125 of file smtp.c.


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