[kmail2] [Bug 430381] New: HTML version of email has first line smaller than rest of body

Alejandro Lorenzo bugzilla_noreply at kde.org
Mon Dec 14 16:06:59 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=430381

            Bug ID: 430381
           Summary: HTML version of email has first line smaller than rest
                    of body
           Product: kmail2
           Version: 5.15.2
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: misc
          Assignee: kdepim-bugs at kde.org
          Reporter: alejandro_aero at yahoo.es
  Target Milestone: ---

SUMMARY
The HTML version of emails kmail is producing emails with the first line
smaller than the rest of the body without being instructed to do so

STEPS TO REPRODUCE
1. Write an email with two lines saying "this is a test" without any further
formatting
2. Send email to yourself
3. Email received has first line smaller

OBSERVED RESULT
The produced html code:

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><br /><p
style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span
style="font-size:0.83em;">This is another test</span></p>
<br /><p
style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">This is a
test<br />-- </p>

Notice the <span style="font-size:0.83em">

EXPECTED RESULT
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><br /><p
style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">This is
another test</p>
<br /><p
style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">This is a
test<br />-- </p>

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian Testing
KDE Plasma Version:  20.08.2
KDE Frameworks Version: 5.74.0
Qt Version: 5.15.1

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list