Summary: | KMail asks for passwords if wallet is not opened in time | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | András Manţia <amantia> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | me |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
András Manţia
2008-05-30 08:23:20 UTC
Bonus bug: I was wrong.... kmail completely forgets that the passwords are in the wallet. If you close the authorization dialog(s), open the wallet, restart kmail and it will ask for passwords instead of using the ones from the wallet. At least they are again stored in the wallet. I can confirm it under KDE 4.1 Beta1/Kubuntu. I can confirm this under Debian unstable/experimental using kmail 4.0.82+svn81. Kmail forgets all pop3, imap and smtp passwords even though it asks for the wallet password. SVN commit 831004 by winterz: fix bug "if wallet is closed and then you open it, you are still prompted for your transport password even if it should be in the wallet." the fix was you need to ask the transportmanager back for the password after it reads them from the wallet. BUGS: 162859,165569 CCMAIL: tomalbers@kde.nl M +1 -0 transport.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=831004 |