mailtransport
Go to the documentation of this file. 20 #ifndef MAILTRANSPORT_MAILTRANSPORT_DEFS_H 21 #define MAILTRANSPORT_MAILTRANSPORT_DEFS_H 28 #define WALLET_FOLDER QLatin1String("mailtransports") 29 #define KMAIL_WALLET_FOLDER QLatin1String("kmail") 31 #define DBUS_SERVICE_NAME QLatin1String("org.kde.pim.TransportManager") 32 #define DBUS_INTERFACE_NAME QLatin1String("org.kde.pim.TransportManager") 33 #define DBUS_OBJECT_PATH QLatin1String("/TransportManager") 34 #define DBUS_CHANGE_SIGNAL QLatin1String("changesCommitted") 36 #define SMTP_PROTOCOL QLatin1String("smtp") 37 #define SMTPS_PROTOCOL QLatin1String("smtps") 40 #define SMTPS_PORT 465 45 #define IMAP_PROTOCOL QLatin1String("imap") 46 #define IMAPS_PROTOCOL QLatin1String("imaps") 48 #define POP_PROTOCOL QLatin1String("pop") 49 #define POPS_PROTOCOL QLatin1String("pops") 52 #define IMAPS_PORT 993
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Fri Oct 28 2016 13:54:00 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.