mailtransport
20 #ifndef MAILTRANSPORT_TRANSPORT_H
21 #define MAILTRANSPORT_TRANSPORT_H
23 #include <mailtransport/mailtransport_export.h>
24 #include <mailtransport/transportbase.h>
25 #include <mailtransport/transporttype.h>
29 namespace MailTransport {
50 class MAILTRANSPORT_EXPORT
Transport :
public TransportBase
54 friend class TransportManagerPrivate;
62 typedef QList<Transport*> List;
78 void setPassword(
const QString &passwd );
85 void forceUniqueName();
97 void updatePasswordState();
104 bool isComplete()
const;
109 QString authenticationTypeString()
const;
118 static QString authenticationTypeString(
int type );
151 virtual void usrReadConfig();
152 virtual void usrWriteConfig();
157 bool needsWalletMigration()
const;
162 void migrateToWallet();
175 #endif // MAILTRANSPORT_TRANSPORT_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:53 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.