• Skip to content
  • Skip to link menu
KDE 4.3 API Reference
  • KDE API Reference
  • KDE-PIM Libraries
  • Sitemap
  • Contact Us
 

mailtransport

transportconfigdialog.h

00001 /*
00002     Copyright (c) 2006 - 2007 Volker Krause <vkrause@kde.org>
00003 
00004     Based on KMail code by:
00005     Copyright (c) 2001-2002 Michael Haeckel <haeckel@kde.org>
00006 
00007     This library is free software; you can redistribute it and/or modify it
00008     under the terms of the GNU Library General Public License as published by
00009     the Free Software Foundation; either version 2 of the License, or (at your
00010     option) any later version.
00011 
00012     This library is distributed in the hope that it will be useful, but WITHOUT
00013     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00014     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
00015     License for more details.
00016 
00017     You should have received a copy of the GNU Library General Public License
00018     along with this library; see the file COPYING.LIB.  If not, write to the
00019     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00020     02110-1301, USA.
00021 */
00022 
00023 #ifndef MAILTRANSPORT_TRANSPORTCONFIGDIALOG_H
00024 #define MAILTRANSPORT_TRANSPORTCONFIGDIALOG_H
00025 
00026 #include <mailtransport/mailtransport_export.h>
00027 #include <kdialog.h>
00028 
00029 namespace MailTransport {
00030 
00031 class Transport;
00032 
00036 class MAILTRANSPORT_EXPORT TransportConfigDialog : public KDialog
00037 {
00038   Q_OBJECT
00039 
00040   public:
00049     explicit TransportConfigDialog( Transport *transport, QWidget *parent = 0 );
00050 
00054     virtual ~TransportConfigDialog();
00055 
00056   private Q_SLOTS:
00057     void checkSmtpCapabilities();
00058     void chooseSendmail();
00059     void passwordsLoaded();
00060     void save();
00061     void slotUser3();
00062     void slotFinished( QList<int> results );
00063     void hostNameChanged( const QString &text );
00064     void encryptionChanged( int enc );
00065     void ensureValidAuthSelection();
00066 
00067   private:
00068     class Private;
00069     Private *const d;
00070 
00071   Q_SIGNALS:
00072     void sendmailClicked();
00073 };
00074 
00075 }
00076 
00077 #endif

mailtransport

Skip menu "mailtransport"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDE-PIM Libraries

Skip menu "KDE-PIM Libraries"
  • akonadi
  • kabc
  • kblog
  • kcal
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  • kldap
  • kmime
  • kpimidentities
  • kpimtextedit
  •   richtextbuilders
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Generated for KDE-PIM Libraries by doxygen 1.6.1
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal