#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <ctype.h>#include <assert.h>#include "mm_internal.h"#include "mm_util.h"Functions | |
Accessing and manipulating a message's envelope | |
| int | mm_envelope_getheaders (MM_CTX *ctx, char **result, size_t *length) |
| int | mm_envelope_setheader (MM_CTX *ctx, const char *name, const char *fmt,...) |
| int | mm_envelope_getrecipients (MM_CTX *ctx, char **result, size_t *length) |
1.5.1