Bug 251419 - enterprise headers strips html tags from subjects
Summary: enterprise headers strips html tags from subjects
Status: RESOLVED INTENTIONAL
Alias: None
Product: kmail
Classification: Applications
Component: messageviewer (show other bugs)
Version: 1.13.5
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-16 10:00 UTC by Teemu Autto
Modified: 2010-09-16 10:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Teemu Autto 2010-09-16 10:00:56 UTC
Version:           1.13.5 (using KDE 4.5.1) 
OS:                Linux

Enterprise headers strips html tags from message subjects, instead of escaping them.

Reproducible: Always

Steps to Reproduce:
Send email with subject containing html tag-ish content, like:
Cron <root@localhost> /some/script


Actual Results:  
Enterprise headers displays as subject:
Cron  /some/script

Expected Results:  
Subject should be:
Cron <root@localhost> /some/script

OS: Linux (x86_64) release 2.6.34.4-0.1-desktop
Compiler: gcc
Comment 1 Torgny Nyblom 2010-09-16 10:07:58 UTC
This is a requirement from the ones who requested the enterprise theme, as such this will not be changed.

However there is work in the pipeline to enable theming. This will enable you (and anyone else) to write a theme that better suites your needs.