NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ConnAccount Struct Reference

Login details for a remote server. More...

#include "connaccount.h"

Data Fields

char host [128]
 Server to login to.
 
char login [128]
 Login name.
 
char user [128]
 Username.
 
char pass [256]
 Password.
 
unsigned short port
 Port to connect to.
 
unsigned char type
 Connection type, e.g. MUTT_ACCT_TYPE_IMAP.
 
MuttAccountFlags flags
 Which fields are initialised, e.g. MUTT_ACCT_USER.
 
const char * service
 Name of the service, e.g. "imap".
 
const char *(* get_field )(enum ConnAccountField field, void *gf_data)
 
void * gf_data
 Private data to pass to get_field()
 

Detailed Description

Login details for a remote server.

Definition at line 52 of file connaccount.h.

Field Documentation

◆ host

char ConnAccount::host[128]

Server to login to.

Definition at line 54 of file connaccount.h.

◆ login

char ConnAccount::login[128]

Login name.

Definition at line 55 of file connaccount.h.

◆ user

char ConnAccount::user[128]

Username.

Definition at line 56 of file connaccount.h.

◆ pass

char ConnAccount::pass[256]

Password.

Definition at line 57 of file connaccount.h.

◆ port

unsigned short ConnAccount::port

Port to connect to.

Definition at line 58 of file connaccount.h.

◆ type

unsigned char ConnAccount::type

Connection type, e.g. MUTT_ACCT_TYPE_IMAP.

Definition at line 59 of file connaccount.h.

◆ flags

MuttAccountFlags ConnAccount::flags

Which fields are initialised, e.g. MUTT_ACCT_USER.

Definition at line 60 of file connaccount.h.

◆ service

const char* ConnAccount::service

Name of the service, e.g. "imap".

Definition at line 61 of file connaccount.h.

◆ get_field

const char *(* ConnAccount::get_field) (enum ConnAccountField field, void *gf_data)

Definition at line 70 of file connaccount.h.

◆ gf_data

void* ConnAccount::gf_data

Private data to pass to get_field()

Definition at line 72 of file connaccount.h.


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