mailnag icon indicating copy to clipboard operation
mailnag copied to clipboard

Add support for KDE keyring

Open pulb opened this issue 10 years ago • 1 comments

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:

def set(self, key, secret)   
def get(self, key)  
def remove(self, key)

That's all. Contributions are highly appreciated.

pulb avatar Feb 11 '15 12:02 pulb

+1 is it doable? i know there is such plugin for pidgin, perhaps some of it's code is re-usable

alekksander avatar Mar 10 '18 14:03 alekksander