kmail Library API Documentation

mailinglist-magic.h

00001 #ifndef MAILINGLIST_MAGIC_H
00002 #define MAILINGLIST_MAGIC_H
00003 
00004 #include <kurl.h>
00005 #include <qstring.h>
00006 
00007 class KMMessage;
00008 
00009 class KMMLInfo
00010 {
00011 public:
00012   static QString name( const KMMessage  *message, QCString &header_name,
00013                QString &header_value );
00014 protected:
00015   KMMLInfo();
00016   ~KMMLInfo();
00017 };
00018 
00019 
00020 #endif
00021 
KDE Logo
This file is part of the documentation for kmail Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:37:34 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003