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