KMail::Interface::BodyPart Class Reference
interface of message body parts. More...
#include <bodypart.h>
Inheritance diagram for KMail::Interface::BodyPart:

Public Member Functions | |
virtual QString | makeLink (const QString &path) const =0 |
virtual QString | asText () const =0 |
virtual QByteArray | asBinary () const =0 |
virtual QString | contentTypeParameter (const char *parameter) const =0 |
virtual QString | contentDescription () const =0 |
virtual QString | contentDispositionParameter (const char *parameter) const =0 |
virtual bool | hasCompleteBody () const =0 |
virtual BodyPartMemento * | memento () const =0 |
virtual void | setBodyPartMemento (BodyPartMemento *)=0 |
Detailed Description
interface of message body parts.Definition at line 74 of file bodypart.h.
Member Function Documentation
|
Implemented in KMail::PartNodeBodyPart.
|
|
Implemented in KMail::PartNodeBodyPart.
|
|
Implemented in KMail::PartNodeBodyPart.
|
|
Note2 that this method preserves the case of the parameter value returned. So, if the parameter you want to use defines the value to be case-insensitive (such as the smime-type parameter), you need to make sure you do the casemap yourself before comparing to a reference value. Implemented in KMail::PartNodeBodyPart.
|
|
Implemented in KMail::PartNodeBodyPart.
|
|
Implemented in KMail::PartNodeBodyPart.
|
|
Implemented in KMail::PartNodeBodyPart.
|
|
Implemented in KMail::PartNodeBodyPart.
|
|
|
The documentation for this class was generated from the following file: