A group of associated Mailboxes. More...
#include "account.h"
Inheritance diagram for Account:
Collaboration diagram for Account:Data Fields | |
| enum MailboxType | type |
| Type of Mailboxes this Account contains. | |
| char * | name |
| Name of Account. | |
| struct ConfigSubset * | sub |
| Inherited config items. | |
| struct MailboxArray | mailboxes |
| All Mailboxes. | |
| struct Notify * | notify |
| Notifications: NotifyAccount, EventAccount. | |
| void * | adata |
| Private data (for Mailbox backends) | |
| void(* | adata_free )(void **ptr) |
| enum MailboxType Account::type |
| struct ConfigSubset* Account::sub |
| struct Notify* Account::notify |
Notifications: NotifyAccount, EventAccount.