[Akonadi] [Bug 441214] SMTP passwords aren't being saved

Sandro Knauß bugzilla_noreply at kde.org
Mon Sep 26 13:46:17 BST 2022


https://bugs.kde.org/show_bug.cgi?id=441214

Sandro Knauß <sknauss at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |montel at kde.org,
                   |                            |sknauss at kde.org

--- Comment #9 from Sandro Knauß <sknauss at kde.org> ---
KMailTransport (the library that is actually storing the password) is using
KWallet directly to store passwords, but using QKeyChain to read the passwords.
For a clean KDE environment QKeychain will use KWallet, but for other
environments it is using an different backend. That's why only people are
affected that are not running a Plasma desktop. You can treat QtKeyChain by
environemt variables as workaround:  KDE_SESSION_VERSION=5 and
XDG_CURRENT_DESKTOP=kde 
or look at the decision path: 
https://github.com/frankosterfeld/qtkeychain/blob/master/keychain_unix.cpp#L100

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list