Main Page Class Hierarchy Alphabetical List Compound List Examples |
#include <message.h>
Inheritance diagram for TextEntity:
Public Member Functions | |
TextEntity () | |
TextEntity (const std::string &text) | |
TextEntity (const std::string &text, const std::string &charset) |
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