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 39 of file edata.c.
Here is the caller graph for this function:| void maildir_edata_free | ( | void ** | ptr | ) |
Free the private Email data - Implements Email::edata_free() -.
Definition at line 38 of file edata.c.
Here is the caller graph for this function:| void nntp_edata_free | ( | void ** | ptr | ) |
Free the private Email data - Implements Email::edata_free() -.
Definition at line 38 of file edata.c.
Here is the caller graph for this function:| 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.
Here is the caller graph for this function: