| Main Page Class Hierarchy Alphabetical List Compound List Examples |
#include <message.h>

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