51 if (
adata->conn->close)
Convenience wrapper for the core headers.
@ MUTT_POP
'POP3' Mailbox type
void pop_adata_free(void **ptr)
Free the private Account data - Implements Account::adata_free() -.
void * mutt_mem_calloc(size_t nmemb, size_t size)
Allocate zeroed memory on the heap.
struct PopAccountData * pop_adata_get(struct Mailbox *m)
Get the Account data for this mailbox.
struct PopAccountData * pop_adata_new(void)
Create a new PopAccountData object.
Pop-specific Account data.
A group of associated Mailboxes.
void * adata
Private data (for Mailbox backends)
enum MailboxType type
Mailbox type.
struct Account * account
Account that owns this Mailbox.
POP-specific Account data -.