MailTransport
Go to the documentation of this file.
14 #define WALLET_FOLDER QStringLiteral("mailtransports")
15 #define KMAIL_WALLET_FOLDER QStringLiteral("kmail")
17 #define DBUS_SERVICE_NAME QStringLiteral("org.kde.pim.TransportManager")
18 #define DBUS_INTERFACE_NAME QStringLiteral("org.kde.pim.TransportManager")
19 #define DBUS_OBJECT_PATH QStringLiteral("/TransportManager")
20 #define DBUS_CHANGE_SIGNAL QStringLiteral("changesCommitted")
22 #define SMTP_PROTOCOL QStringLiteral("smtp")
23 #define SMTPS_PROTOCOL QStringLiteral("smtps")
26 #define SMTP_OLD_PORT 25
27 #define SMTPS_PORT 465
32 #define IMAP_PROTOCOL QStringLiteral("imap")
33 #define IMAPS_PROTOCOL QStringLiteral("imaps")
35 #define POP_PROTOCOL QStringLiteral("pop")
36 #define POPS_PROTOCOL QStringLiteral("pops")
38 #define NNTP_PROTOCOL QStringLiteral("nntp")
39 #define NNTPS_PROTOCOL QStringLiteral("nntps")
42 #define IMAPS_PORT 993
48 #define NNTPS_PORT 563
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Mar 23 2023 04:19:12 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.