kmail Library API Documentation

transportmanager.h

00001 /* 00002 transportmanager.h 00003 00004 KMail, the KDE mail client. 00005 Copyright (c) 2002 Ingo Kloecker <kloecker@kde.org> 00006 00007 This program is free software; you can redistribute it and/or 00008 modify it under the terms of the GNU General Public License, 00009 version 2.0, as published by the Free Software Foundation. 00010 You should have received a copy of the GNU General Public License 00011 along with this program; if not, write to the Free Software Foundation, 00012 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, US 00013 */ 00014 00015 00016 #ifndef _KMAIL_TRANSPORTMANAGER_H_ 00017 #define _KMAIL_TRANSPORTMANAGER_H_ 00018 00019 class QStringList; 00020 00021 namespace KMail { 00022 00027 class TransportManager { 00028 00029 public: 00030 TransportManager() {}; 00031 virtual ~TransportManager() {}; 00032 00034 static QStringList transportNames(); 00035 }; 00036 00037 } // namespace KMail 00038 00039 #endif // _KMAIL_TRANSPORTMANAGER_H_
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:52:54 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003