23#ifndef MUTT_POP_EDATA_H
24#define MUTT_POP_EDATA_H
void pop_edata_free(void **ptr)
Free the private Email data - Implements Email::edata_free() -.
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.
POP-specific Email data -.
int refno
Message number on server.
const char * uid
UID of email.