ezmlmx 0.68
ezmlmx
|
#include "stralloc.h"
Go to the source code of this file.
Macros | |
#define | hdr_listsubject1(a) |
#define | hdr_listsubject2(a, b) |
Enumerations | |
enum | ctype { CTYPE_TEXT , CTYPE_MULTIPART , CTYPE_DIGEST , CTYPE_MESSAGE } |
Functions | |
void | hdr_transferenc (void) |
void | hdr_ctboundary (void) |
void | hdr_datemsgid (unsigned long when) |
void | hdr_mime (enum ctype ctype) |
void | hdr_ctype (enum ctype ctype) |
void | hdr_from (const char *append) |
void | hdr_boundary (int last) |
void | hdr_listsubject3 (const char *a, const char *b, const char *c) |
void | hdr_add (const char *value, unsigned int len) |
void | hdr_adds (const char *line) |
void | hdr_add2 (const char *start, const char *value, unsigned int len) |
void | hdr_add2s (const char *start, const char *value) |
Definition in file hdr.h.
#define hdr_listsubject1 | ( | a | ) |
#define hdr_listsubject2 | ( | a, | |
b ) |
enum ctype |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Definition at line 15 of file hdr_boundary.c.
|
extern |
Definition at line 13 of file hdr_ctboundary.c.
|
extern |
Definition at line 24 of file hdr_mime.c.
|
extern |
Definition at line 28 of file hdr_datemsgid.c.
|
extern |
Definition at line 23 of file hdr_from.c.
|
extern |
Definition at line 21 of file hdr_listsubject.c.
|
extern |
Definition at line 43 of file hdr_mime.c.
|
extern |
Definition at line 13 of file hdr_transferenc.c.