Representation of an email
| Function | Description | Links |
|---|---|---|
| email_cmp_strict() | Strictly compare message emails | |
| email_free() | Free an Email | |
| email_get_size() | Compute the size of an email | |
| email_new() | Create a new Email | |
| header_add() | Add a header to a list | |
| header_find() | Find a header, matching on its field, in a list of headers | |
| header_free() | Free and remove a header from a header list | |
| header_set() | Set a header value in a list | |
| header_update() | Update an existing header |