mailtransport
transport.h
void migrateToWallet()
Try to migrate the password from the config file to the wallet.
Definition transport.cpp:323
bool needsWalletMigration() const
Returns true if the password was not stored in the wallet.
Definition transport.cpp:318
void setPassword(const QString &passwd)
Sets the password of this transport.
Definition transport.cpp:73
QString authenticationTypeString() const
Returns a string representation of the authentication type.
Definition transport.cpp:122
void setTransportType(const TransportType &type)
Sets the type of this transport.
Definition transport.cpp:350
Transport * clone() const
Returns a deep copy of this Transport object which will no longer be automatically updated.
Definition transport.cpp:336
void updatePasswordState()
This function synchronizes the password of this transport with the password of the transport with the...
Definition transport.cpp:101
Private class that helps to provide binary compatibility between releases.
Definition transport_p.h:30
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.