Text part of type 'text/plain'. More...


Public Member Functions | |
| plainTextPart () | |
| ~plainTextPart () | |
| const mediaType | getType () const |
| const charset & | getCharset () const |
| void | setCharset (const charset &ch) |
| const ref< const contentHandler > | getText () const |
| void | setText (ref< contentHandler > text) |
| int | getPartCount () const |
| void | generateIn (ref< bodyPart > message, ref< bodyPart > parent) const |
| void | parse (ref< const bodyPart > message, ref< const bodyPart > parent, ref< const bodyPart > textPart) |
Text part of type 'text/plain'.
| plainTextPart | ( | ) |
Referenced by plainTextPart::~plainTextPart().
| ~plainTextPart | ( | ) |
References plainTextPart::plainTextPart().
Generate the text part(s) into the specified message.
| message | the message | |
| parent | body part into which generate this part |
Implements textPart.
| const charset & getCharset | ( | ) | const [virtual] |
| int getPartCount | ( | ) | const [virtual] |
Return the actual body parts this text part is composed of.
For example, HTML parts are composed of two parts: one "text/html" part, and the plain text part "text/plain".
Implements textPart.
| const ref< const contentHandler > getText | ( | ) | const [virtual] |
| const mediaType getType | ( | ) | const [virtual] |
| void setCharset | ( | const charset & | ch | ) | [virtual] |
Set the charset used to encode text in the text part.
| ch | text charset |
Implements textPart.
| void setText | ( | ref< contentHandler > | text | ) | [virtual] |
1.6.2