Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

MIMEEntity Struct Reference

Collaboration diagram for MIMEEntity:

Collaboration graph
[legend]

Data Fields

Listheaders
Listmultiparts
Octstrbody
MIMEEntitystart

Field Documentation

Octstr* MIMEEntity::body
 

Definition at line 79 of file mime.c.

Referenced by mime_entity_body(), mime_entity_create(), mime_entity_destroy(), mime_entity_dump_real(), mime_entity_duplicate(), mime_entity_set_body(), mime_entity_to_octstr(), and mime_something_to_entity().

List* MIMEEntity::headers
 

Definition at line 77 of file mime.c.

Referenced by mime_entity_body(), mime_entity_create(), mime_entity_destroy(), mime_entity_dump(), mime_entity_dump_real(), mime_entity_duplicate(), mime_entity_headers(), mime_entity_to_octstr(), mime_multipart_start_elem(), mime_replace_headers(), and mime_something_to_entity().

List* MIMEEntity::multiparts
 

Definition at line 78 of file mime.c.

Referenced by mime_entity_add_part(), mime_entity_create(), mime_entity_destroy(), mime_entity_dump_real(), mime_entity_duplicate(), mime_entity_get_part(), mime_entity_num_parts(), mime_entity_remove_part(), mime_entity_replace_part(), mime_entity_to_octstr(), mime_multipart_start_elem(), and mime_something_to_entity().

struct MIMEEntity* MIMEEntity::start
 

Definition at line 80 of file mime.c.

Referenced by mime_entity_create(), mime_entity_destroy(), mime_entity_dump_real(), mime_entity_remove_part(), mime_entity_replace_part(), mime_multipart_start_elem(), mime_replace_headers(), and mime_something_to_entity().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.