Structs that make up an email.
void nntp_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.
struct NntpEmailData * nntp_edata_get(struct Email *e)
Get the private data for this Email.
struct NntpEmailData * nntp_edata_new(void)
Create a new NntpEmailData for an Email.
The envelope/body of an email.
void * edata
Driver-specific data.
NNTP-specific Email data -.