ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
hdr.h File Reference
#include "stralloc.h"
Include dependency graph for hdr.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Author
Bruce Guenter
Date
2005-02-09 16:24:15Z

Definition in file hdr.h.

Macro Definition Documentation

◆ hdr_listsubject1

#define hdr_listsubject1 ( a)
Value:
void hdr_listsubject3(const char *a, const char *b, const char *c)

Definition at line 27 of file hdr.h.

◆ hdr_listsubject2

#define hdr_listsubject2 ( a,
b )
Value:

Definition at line 28 of file hdr.h.

Enumeration Type Documentation

◆ ctype

enum ctype
Enumerator
CTYPE_TEXT 
CTYPE_MULTIPART 
CTYPE_DIGEST 
CTYPE_MESSAGE 

Definition at line 12 of file hdr.h.

Function Documentation

◆ hdr_add()

void hdr_add ( const char * value,
unsigned int len )
extern

Definition at line 13 of file hdr_add.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_add2()

void hdr_add2 ( const char * start,
const char * value,
unsigned int len )
extern

Definition at line 25 of file hdr_add.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_add2s()

void hdr_add2s ( const char * start,
const char * value )
extern

Definition at line 32 of file hdr_add.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_adds()

void hdr_adds ( const char * line)
extern

Definition at line 19 of file hdr_add.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_boundary()

void hdr_boundary ( int last)
extern

Definition at line 15 of file hdr_boundary.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_ctboundary()

void hdr_ctboundary ( void )
extern

Definition at line 13 of file hdr_ctboundary.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_ctype()

void hdr_ctype ( enum ctype ctype)
extern

Definition at line 24 of file hdr_mime.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_datemsgid()

void hdr_datemsgid ( unsigned long when)
extern

Definition at line 28 of file hdr_datemsgid.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_from()

void hdr_from ( const char * append)
extern

Definition at line 23 of file hdr_from.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_listsubject3()

void hdr_listsubject3 ( const char * a,
const char * b,
const char * c )
extern

Definition at line 21 of file hdr_listsubject.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_mime()

void hdr_mime ( enum ctype ctype)
extern

Definition at line 43 of file hdr_mime.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hdr_transferenc()

void hdr_transferenc ( void )
extern

Definition at line 13 of file hdr_transferenc.c.

Here is the call graph for this function:
Here is the caller graph for this function: