Bug 170419

Summary: quoted printable doesn't work in From: line
Product: [Applications] kmail Reporter: Elan Ruusamäe <glen>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: aseigo
Priority: NOR    
Version: 1.9.10   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Elan Ruusamäe 2008-09-04 21:58:26 UTC
Version:           1.9.10 (using 3.5.10, PLD Linux Distribution)
Compiler:          gcc version 3.3.6 (PLD Linux)
OS:                Linux (x86_64) release 2.6.24.7_desktop-2

kmail 1.9.10 doesn't render anymore properly From: header with quoted-printable encoding.

raw header:
From: Elan =?ISO-8859-1?q?Ruusam=e4e?= <glen@delfi.ee>

i should see:
From: Elan Ruusamäe <glen@delfi.ee>

while i see:
From: Elan Ruusame4e <glen@delfi.ee>
Comment 1 Elan Ruusamäe 2008-09-04 22:00:24 UTC
oddly enough, this line is rendered properly:

From: Elan =?iso-8859-1?q?Ruusam=E4e?= <glen@delfi.ee>

note the case differs.
Comment 2 Elan Ruusamäe 2008-09-06 19:29:02 UTC
actually http://www.faqs.org/rfcs/rfc2045.html says:
"Uppercase letters must be used; lowercase letters are not allowed. "

so could close bug as bogus, but your mileage may vary :)
Comment 3 Aaron J. Seigo 2009-03-04 19:55:38 UTC
as requested by the reporter on irc :)