kmail

KMail::PartNodeBodyPart Class Reference

an implemenation of the BodyPart interface using partNodes More...

#include <partnodebodypart.h>

Inheritance diagram for KMail::PartNodeBodyPart:

List of all members.


Public Member Functions

QByteArray asBinary () const
QString asText () const
QString contentDescription () const
QString contentDispositionParameter (const char *param) const
QString contentTypeParameter (const char *param) const
BodyPart::Display defaultDisplay () const
bool hasCompleteBody () const
QString makeLink (const QString &path) const
Interface::BodyPartMementomemento () const
 PartNodeBodyPart (partNode &n, const QTextCodec *codec=0)
void setBodyPartMemento (Interface::BodyPartMemento *memento)
void setDefaultDisplay (BodyPart::Display)

Detailed Description

an implemenation of the BodyPart interface using partNodes

Definition at line 48 of file partnodebodypart.h.


Constructor & Destructor Documentation

KMail::PartNodeBodyPart::PartNodeBodyPart ( partNode n,
const QTextCodec codec = 0 
)

Definition at line 43 of file partnodebodypart.cpp.


Member Function Documentation

QByteArray KMail::PartNodeBodyPart::asBinary (  )  const [virtual]

Returns:
the decoded (CTE undone) content of the body part, or a null array if this body part instance is of type text.

Implements KMail::Interface::BodyPart.

Definition at line 62 of file partnodebodypart.cpp.

QString KMail::PartNodeBodyPart::asText (  )  const [virtual]

Returns:
the decoded (CTE, canonicalisation, and charset encoding undone) text contained in the body part, or QString::null, it the body part is not of type "text".

Implements KMail::Interface::BodyPart.

Definition at line 56 of file partnodebodypart.cpp.

QString KMail::PartNodeBodyPart::contentDescription (  )  const [virtual]

Returns:
the content of the content-description header field, or QString::null if that header is not present in this body part. RFC 2047 encoding is decoded first.

Implements KMail::Interface::BodyPart.

Definition at line 70 of file partnodebodypart.cpp.

QString KMail::PartNodeBodyPart::contentDispositionParameter ( const char *  parameter  )  const [virtual]

Returns:
the value of the content-disposition header field parameter with name parameter, or QString::null if that parameter is not present in the body's content-disposition header field. RFC 2231 encoding is removed first.
The notes made for contentTypeParameter() above apply here as well.

Implements KMail::Interface::BodyPart.

Definition at line 74 of file partnodebodypart.cpp.

QString KMail::PartNodeBodyPart::contentTypeParameter ( const char *  parameter  )  const [virtual]

Returns:
the value of the content-type header field parameter with name parameter, or QString::null, if that that parameter is not present in the body's content-type header field. RFC 2231 encoding is removed first.
Note that this method will suppress queries to certain standard parameters (most notably "charset") to keep plugins decent.

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.

Implements KMail::Interface::BodyPart.

Definition at line 66 of file partnodebodypart.cpp.

KMail::Interface::BodyPart::Display KMail::PartNodeBodyPart::defaultDisplay (  )  const [virtual]

Returns:
whether this body part should be displayed iconic or inline

Implements KMail::Interface::BodyPart.

Definition at line 92 of file partnodebodypart.cpp.

bool KMail::PartNodeBodyPart::hasCompleteBody (  )  const [virtual]

Returns:
whether this part already has it's complete body fetched e.g. from an IMAP server.

Implements KMail::Interface::BodyPart.

Definition at line 79 of file partnodebodypart.cpp.

QString KMail::PartNodeBodyPart::makeLink ( const QString path  )  const [virtual]

Returns:
a string respresentation of an URL that can be used to invoke a BodyPartURLHandler for this body part.

Implements KMail::Interface::BodyPart.

Definition at line 48 of file partnodebodypart.cpp.

KMail::Interface::BodyPartMemento * KMail::PartNodeBodyPart::memento (  )  const [virtual]

Returns:
the BodyPartMemento set for this part, or null, if none is set.

Implements KMail::Interface::BodyPart.

Definition at line 84 of file partnodebodypart.cpp.

void KMail::PartNodeBodyPart::setBodyPartMemento ( Interface::BodyPartMemento  )  [virtual]

Returns:
register an implementation of the BodyPartMemento interface as a status object with this part.

Implements KMail::Interface::BodyPart.

Definition at line 88 of file partnodebodypart.cpp.

void KMail::PartNodeBodyPart::setDefaultDisplay ( BodyPart::Display   ) 


The documentation for this class was generated from the following files: