Structs that make up an email.
void pop_edata_free(void **ptr)
Free the private Email data - Implements Email::edata_free() -.
void * mutt_mem_calloc(size_t nmemb, size_t size)
Allocate zeroed memory on the heap.
Convenience wrapper for the library headers.
char * mutt_str_dup(const char *str)
Copy a string, safely.
struct PopEmailData * pop_edata_new(const char *uid)
Create a new PopEmailData for an email.
struct PopEmailData * pop_edata_get(struct Email *e)
Get the private data for this Email.
The envelope/body of an email.
void * edata
Driver-specific data.
POP-specific Email data -.
const char * uid
UID of email.