libcmime  
A lightweight C mime library
Data Fields
CMimeHeader_T Struct Reference

A email header item. More...

#include <cmime_header.h>

Data Fields

char * name
 
char ** value
 
size_t count
 
int parsed
 

Detailed Description

A email header item.

Field Documentation

◆ count

size_t count

count of header appearance

◆ name

char* name

name of the header

◆ parsed

int parsed

flag which indicates, if the object has been parsed

◆ value

char** value

list with header values


The documentation for this struct was generated from the following file: