Summary: | Pop Password gets corrupted + smtp gmail doesn't work | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Jacopo De Simoi <jacopods+kde> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | erunno, kbug, m_fischer |
Priority: | NOR | ||
Version: | 1.9.5 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jacopo De Simoi
2007-04-29 07:20:57 UTC
Update: Changing the password to a less fancy password (no non-alphabetical chars as !@#$%$%^&*) make it work again as it should be (pop & smtp) so it's really some charset issue. This is somehow weird. What can be causing this issue? A filesystem problem? Locale settings? I've no non-ascii chars in my old pwd. If your password contained the "!" char, the problem is likely fixed by: >SVN commit 665551 by coolo: > >somehow the fix was forgotten - patch by dirk: > with the recent utf8 decoder fix in Qt (CVE-2007-0242), kmail > fails to restore passwords with '!' correctly from kconfig. Is that the case? Actually yes, this worked for me. Btw the same problem affects (or used to affect) kopete as well (they share the same code for pwd encoding). I recently (this morning) heard from someone telling me that that problem has been fixed, I am looking forward to see if that's the case. *** Bug 145463 has been marked as a duplicate of this bug. *** Closing this bug then, since the problem is fixed for KMail. I don't know the status of Kopete though, you might want to report a bug there as well. *** Bug 146162 has been marked as a duplicate of this bug. *** *** Bug 167900 has been marked as a duplicate of this bug. *** SVN commit 987573 by tmcguire: Fix storing of passwords with a ! in them. BUG: 144814 M +3 -1 kstringhandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=987573 SVN commit 987593 by tmcguire: Crossport r987573 by tmcguire from the enterprise4 branch to kdelibs: Fix storing of passwords with a ! in them. CCBUG: 144814 M +3 -1 kstringhandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=987593 SVN commit 987595 by tmcguire: Backport r987593 by tmcguire from trunk to the 4.3 branch: Crossport r987573 by tmcguire from the enterprise4 branch to kdelibs: Fix storing of passwords with a ! in them. CCBUG: 144814 M +3 -1 kstringhandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=987595 |