[Bug 248632] KMail is not able to add an address into a address book

Tobias Koenig tokoe at kde.org
Sun Oct 24 12:24:04 BST 2010


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


Tobias Koenig <tokoe at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|general                     |general
            Product|kaddressbook                |kmail2
     Ever Confirmed|0                           |1




--- Comment #1 from Tobias Koenig <tokoe kde org>  2010-10-24 13:24:01 ---
Hej,

this is a bug in kmail/kpimutils which breaks the encoding of email addresses.
The name part of your email address will be RFC2047 encoded, because it
contains non-latin1 characters. However the RFC2047 encoded string is not
properly percent encoded, therefor KUrl::path() in KPIMUtils::decodeMailtoUrl
returns only '=' because it interprets the first '?' of '=?utf-8?...' as query
separator.

Ciao,
Tobias

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list