Mailnag currently only supports GNOME-Keyring for encrypted password storage. On non-GNOME desktops account passwords are strored in Mailnags config file.
Analogous to GnomeCredentialStore, the should be a be a class KDECredentialStore. The class is required to inherit from the CredentialStore base class and needs to implement the follwoing methods:
Mailnag currently only supports GNOME-Keyring for encrypted password storage. On non-GNOME desktops account passwords are strored in Mailnags config file.
Analogous to
GnomeCredentialStore
, the should be a be a classKDECredentialStore
. The class is required to inherit from theCredentialStore
base class and needs to implement the follwoing methods:That's all. Contributions are highly appreciated.