A group of associated Mailboxes. More...
#include "account.h"
Public Member Functions | |
TAILQ_ENTRY (Account) entries | |
Linked list of Accounts. More... | |
Data Fields | |
enum MailboxType | type |
Type of Mailboxes this Account contains. More... | |
char * | name |
Name of Account. More... | |
struct ConfigSubset * | sub |
Inherited config items. More... | |
struct MailboxList | mailboxes |
List of Mailboxes. More... | |
struct Notify * | notify |
Notifications: NotifyAccount, EventAccount. More... | |
void * | adata |
Private data (for Mailbox backends) More... | |
void(* | adata_free )(void **ptr) |
Free the private data attached to the Account. More... | |
Account::TAILQ_ENTRY | ( | Account | ) |
Linked list of Accounts.
enum MailboxType Account::type |
struct ConfigSubset* Account::sub |
struct Notify* Account::notify |
Notifications: NotifyAccount, EventAccount.
void(* Account::adata_free) (void **ptr) |