Bug 289895

Summary: Reply using HTML: "text-align" property stripped off
Product: [Applications] kmail2 Reporter: Bernd Oliver Sünderhauf <pancho.s>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED WAITINGFORINFO    
Severity: normal CC: montel
Priority: NOR    
Version: 4.8   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on: 287540    
Bug Blocks:    

Description Bernd Oliver Sünderhauf 2011-12-27 03:48:37 UTC
Version:           4.8
OS:                Linux

When replying, the following (quoted-printable) HTML paragraph :
  <P style=3D"TEXT-ALIGN: center">Foo</P>
is stripped off the "text-align" property, just as well as the following (8bit) table cell (created by PHPMailer):
  <td valign="top" style="text-align: center; font-size: 12px;">Bar</td>

Reproducible: Didn't try

Steps to Reproduce:
1. Create an email using HTML with CSS styles
2. Send it to yourself.
3. Reply using Kmail2.
4. View source

Actual Results:  
Paragraphs resp. table cell are standard-aligned (left)

Expected Results:  
They should be centered.
Comment 1 Laurent Montel 2012-01-13 11:49:11 UTC
could you send me an email in private mail ?
Comment 2 Laurent Montel 2012-01-16 21:06:36 UTC
no news ?
Comment 3 Bernd Oliver Sünderhauf 2012-01-17 11:26:32 UTC
Few time and I currently can't find a sufficiently simple test message.
I will come back to this as soon as I found or created one.