kmail Library API Documentation

KMail::Callback Class Reference

This class is used for callback hooks needed by bodypart formatter plugins. More...

#include <callback.h>

List of all members.

Public Member Functions

 Callback (KMMessage *msg)
KMMessage * getMsg () const
bool mailICal (const QString &to, const QString iCal, const QString &subject) const
QString receiver () const


Detailed Description

This class is used for callback hooks needed by bodypart formatter plugins.

It also holds a pointer to the message we are working on. Feel free to put whatever you want in here. It's not supposed to be a nicely formatted class, but simply include everything necessary for the plugins.

Definition at line 48 of file callback.h.


Member Function Documentation

KMMessage* KMail::Callback::getMsg  )  const [inline]
 

Get the full message.

Definition at line 53 of file callback.h.

bool Callback::mailICal const QString to,
const QString  iCal,
const QString subject
const
 

Mail a message.

Definition at line 55 of file callback.cpp.

References receiver().

QString Callback::receiver  )  const
 

Get the receiver of the mail.

Definition at line 102 of file callback.cpp.

Referenced by mailICal().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Aug 27 12:53:00 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003