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 Wed Jul 28 23:58:04 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003