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.

Examples:
create_mime_message_part_from_file.c, and save_attachment_to_file.c.

Field Documentation

char* boundary

boundary for child parts

char* content

content of mime part

CMimeList_T* headers

Linked list with mime part headers

short int last

last mime part

char* parent_boundary

boundary of parent part

char* postface

mime part postface


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