Bug 361173

Summary: Disposition-Notification-To not correctly escaped in message viewer
Product: [Applications] kmail2 Reporter: Gunter Ohrner <kdebugs>
Component: UIAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: minor CC: montel
Priority: NOR    
Version: 5.1   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 5.2

Description Gunter Ohrner 2016-03-30 08:24:00 UTC
The following header:

Disposition-Notification-To: "Mr. Smith" <smith@example.com>

is displayed as

Empfangsbestätigung an: "Mr. Smith"

(with quotation marks and without notification target mail address) in the message viewer and looks as follows in the viewers HTML source:

<tr>
<th>
   Empfangsbestätigung an: 
</th>
<td>
  "Mr. Smith" <smith@example.com></smith@example.com>
</td>
</tr>

At least, the "smith@example.com"-tag has been closed properly... ;)

Reproducible: Always
Comment 1 Laurent Montel 2016-04-07 11:48:46 UTC
Could you provide me an example please (in private)
Comment 2 Gunter Ohrner 2016-04-07 15:46:24 UTC
(In reply to Laurent Montel from comment #1)
> Could you provide me an example please (in private)

Sent some examples as private mails.
Comment 3 Laurent Montel 2016-04-07 16:13:17 UTC
Ok Thanks a lot I understand the problem.
Thanks
Comment 4 Laurent Montel 2016-04-07 19:19:32 UTC
Git commit f88d0935d2e9508a6946b2cad56421047aefd458 by Montel Laurent.
Committed on 07/04/2016 at 19:18.
Pushed by mlaurent into branch 'Applications/16.04'.

Fix Bug 361173 - Disposition-Notification-To not correctly escaped in message viewer
FIXED-IN: 5.2

M  +1    -1    plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp

http://commits.kde.org/kdepim-addons/f88d0935d2e9508a6946b2cad56421047aefd458