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")
45#define IMAP_PROTOCOL QLatin1String("imap")
46#define IMAPS_PROTOCOL QLatin1String("imaps")
48#define POP_PROTOCOL QLatin1String("pop")
49#define POPS_PROTOCOL QLatin1String("pops")
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.