NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PopAuth Struct Reference

POP authentication multiplexor. More...

#include "private.h"

Data Fields

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

Detailed Description

POP authentication multiplexor.

Definition at line 77 of file private.h.

Field Documentation

◆ authenticate

enum PopAuthRes(* PopAuth::authenticate) (struct PopAccountData *adata, const char *method)

Definition at line 71 of file private.h.

◆ method

const char* PopAuth::method

Name of authentication method supported, NULL means variable.

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

Definition at line 89 of file private.h.


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