MailTransport
transport.h
void migrateToWallet()
Try to migrate the password from the config file to the wallet.
Definition transport.cpp:286
void passwordLoaded()
Emitted when passwords have been loaded from QKeyChain.
void passwordChanged()
Emitted when the password is changed.
bool needsWalletMigration() const
Returns true if the password was not stored in the wallet.
Definition transport.cpp:281
void transportTypeChanged()
Emitted when the transport type is changed.
void setPassword(const QString &passwd)
Sets the password of this transport.
Definition transport.cpp:55
QString authenticationTypeString() const
Returns a string representation of the authentication type.
Definition transport.cpp:110
Transport * clone() const
Returns a deep copy of this Transport object which will no longer be automatically updated.
Definition transport.cpp:297
void updatePasswordState()
This function synchronizes the password of this transport with the password of the transport with the...
Definition transport.cpp:88
Q_INVOKABLE bool isValid() const
Returns true if this transport is valid, ie.
Definition transport.cpp:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.