• Skip to content
  • Skip to link menu
Brand

API Documentation

  1. KDE API Reference
  2. KDE PIM
  3. MailTransport
  • KDE Home
  • Contact Us

Quick Links

Skip menu "MailTransport"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • File List
  • Related Pages

Class Picker

About

Manage mail transport

Maintainer
Laurent Montel
Supported platforms
Android, FreeBSD, iOS, Linux, MacOSX, Windows
Community
IRC: #akonadi on Freenode
Mailing list: kde-pim
Use with CMake
find_package(KF5MailTransport)
target_link_libraries(yourapp KF5::MailTransport KF5::MailTransportAkonadi)
Use with QMake
QT += KMailTransport KMailTransportAkonadi 
Clone
git clone git://anongit.kde.org/kmailtransport.git
Browse source
MailTransport on cgit.kde.org

MailTransport

  • kde
  • pim
  • kmailtransport
  • src
  • kmailtransport
  • plugins
  • smtp
smtpconfigdialog.h
1 /*
2  Copyright (C) 2017-2019 Laurent Montel <[email protected]>
3 
4  This library is free software; you can redistribute it and/or modify it
5  under the terms of the GNU Library General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or (at your
7  option) any later version.
8 
9  This library is distributed in the hope that it will be useful, but WITHOUT
10  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
12  License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to the
16  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17  02110-1301, USA.
18 */
19 
20 #ifndef MAILTRANSPORT_SMTPCONFIGDIALOG_H
21 #define MAILTRANSPORT_SMTPCONFIGDIALOG_H
22 
23 #include <QDialog>
24 
25 namespace MailTransport {
26 class Transport;
27 class SMTPConfigWidget;
28 class SmtpConfigDialog : public QDialog
29 {
30  Q_OBJECT
31 public:
32  explicit SmtpConfigDialog(Transport *transport, QWidget *parent = nullptr);
33  ~SmtpConfigDialog() override;
34 
35 private:
36  void okClicked();
37  void slotTextChanged(const QString &text);
38 
39  Transport *mTransport = nullptr;
40  SMTPConfigWidget *mConfigWidget = nullptr;
41  QPushButton *mOkButton = nullptr;
42 };
43 } // namespace MailTransport
44 
45 #endif
QWidget
QString
QDialog
QPushButton
MailTransport
Definition: configmodule.h:25
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sun Dec 15 2019 03:03:47 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal