Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  

TextEntity Struct Reference

Base class for text MIME entities. More...

#include <message.h>

Inheritance diagram for TextEntity:

MimeEntity TextEnriched TextPlain List of all members.

Public Member Functions

 TextEntity ()
 TextEntity (const std::string &text)
 TextEntity (const std::string &text, const std::string &charset)

Detailed Description

Base class for text MIME entities.

/*


Constructor & Destructor Documentation

TextEntity  ) 
 

Sets its content-type to "text/unknown"

TextEntity const std::string &  text,
const std::string &  charset
 

Sets its content-type to "text/unknown", sets its body with the "text" variable and adds "charset=us-ascii" content-type parameter


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