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() | |
Login details for a remote server.
Definition at line 52 of file connaccount.h.
| char ConnAccount::host[128] |
Server to login to.
Definition at line 54 of file connaccount.h.
| char ConnAccount::login[128] |
Login name.
Definition at line 55 of file connaccount.h.
| char ConnAccount::user[128] |
Username.
Definition at line 56 of file connaccount.h.
| char ConnAccount::pass[256] |
Password.
Definition at line 57 of file connaccount.h.
| unsigned short ConnAccount::port |
Port to connect to.
Definition at line 58 of file connaccount.h.
| unsigned char ConnAccount::type |
Connection type, e.g. MUTT_ACCT_TYPE_IMAP.
Definition at line 59 of file connaccount.h.
| MuttAccountFlags ConnAccount::flags |
Which fields are initialised, e.g. MUTT_ACCT_USER.
Definition at line 60 of file connaccount.h.
| const char* ConnAccount::service |
Name of the service, e.g. "imap".
Definition at line 61 of file connaccount.h.
| const char *(* ConnAccount::get_field) (enum ConnAccountField field, void *gf_data) |
Definition at line 70 of file connaccount.h.
| void* ConnAccount::gf_data |
Private data to pass to get_field()
Definition at line 72 of file connaccount.h.