Free the private data attached to the Email. More...
Functions | |
void | imap_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
void | maildir_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
void | nntp_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
void | pop_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
Free the private data attached to the Email.
ptr | Private data to be freed |
void imap_edata_free | ( | void ** | ptr | ) |
Free the private Email data - Implements Email::edata_free() -.
Definition at line 40 of file edata.c.
void maildir_edata_free | ( | void ** | ptr | ) |
Free the private Email data - Implements Email::edata_free() -.
Definition at line 38 of file edata.c.
void nntp_edata_free | ( | void ** | ptr | ) |
Free the private Email data - Implements Email::edata_free() -.
Definition at line 38 of file edata.c.
void pop_edata_free | ( | void ** | ptr | ) |
Free the private Email data - Implements Email::edata_free() -.
Each email has an attached PopEmailData, which contains things like the tags (labels).
Definition at line 41 of file edata.c.