virtual void generateIn |
( |
shared_ptr< bodyPart > |
message, |
|
|
shared_ptr< bodyPart > |
parent |
|
) |
| const |
|
pure virtual |
Generate the text part(s) into the specified message.
- Parameters
-
message | the message |
parent | body part into which generate this part |
Implemented in htmlTextPart, and plainTextPart.
virtual const charset& getCharset |
( |
| ) |
const |
|
pure virtual |
virtual size_t getPartCount |
( |
| ) |
const |
|
pure 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".
- Returns
- number of body parts
Implemented in htmlTextPart, and plainTextPart.
virtual void parse |
( |
shared_ptr< const bodyPart > |
message, |
|
|
shared_ptr< const bodyPart > |
parent, |
|
|
shared_ptr< const bodyPart > |
textPart |
|
) |
| |
|
pure virtual |
Parse the text part(s) from the specified message.
- Parameters
-
message | message containing the text part |
parent | part containing the text part |
textPart | actual text part |
Implemented in htmlTextPart, and plainTextPart.
virtual void setCharset |
( |
const charset & |
ch | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: