libcmime  
A lightweight C mime library
Data Fields
CMimePart_T Struct Reference

A mime part. More...

#include <cmime_part.h>

Collaboration diagram for CMimePart_T:
Collaboration graph
[legend]

Data Fields

CMimeList_Theaders
 
char * content
 
char * boundary
 
char * parent_boundary
 
char * postface
 
short int last
 

Detailed Description

A mime part.

Field Documentation

◆ boundary

char* boundary

boundary for child parts

◆ content

char* content

content of mime part

◆ headers

CMimeList_T* headers

Linked list with mime part headers

◆ last

short int last

last mime part

◆ parent_boundary

char* parent_boundary

boundary of parent part

◆ postface

char* postface

mime part postface


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