Bug 361173 - Disposition-Notification-To not correctly escaped in message viewer
Summary: Disposition-Notification-To not correctly escaped in message viewer
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: UI (show other bugs)
Version: 5.1
Platform: Kubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-30 08:24 UTC by Gunter Ohrner
Modified: 2016-04-07 19:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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