NeoMutt  2024-03-23-23-gec7045
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)
 Authenticate an SMTP connection.
 
const char * method
 Name of authentication method supported, NULL means variable.
 

Detailed Description

SMTP authentication multiplexor.

Definition at line 110 of file smtp.c.

Field Documentation

◆ authenticate

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

Authenticate an SMTP connection.

Parameters
adataSmtp Account data
methodUse this named method, or any available method if NULL
Return values
numResult, e.g. SMTP_AUTH_SUCCESS

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: