Bug 308598 - Kmail seems to ignore the base tag when showing html formatted mail
Summary: Kmail seems to ignore the base tag when showing html formatted mail
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 4.8.5
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 12:14 UTC by Johan Erlands
Modified: 2012-10-18 12:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.9.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Erlands 2012-10-18 12:14:55 UTC
I get a mail that uses the base tag. When i look  at the links (hoover the mouse over them) included in the mail i see that the base url is excluded and file:// is used instead.



Reproducible: Always

Steps to Reproduce:
1. Send this mail using telnet or whathever:
<html>
  <head>
    <base href="http://bugs.kde.org"/>
  </head>
  <body>
    <a href="test.html">link</a>
  </body>
</html>

2. Look at the mail in kmail. kmail is ignoring the base tag. and is adding file:// prefix insted. 

Actual Results:  
link points to: file:///test.html

Expected Results:  
link points to: http://bugs.kde.org/test.html
Comment 1 Laurent Montel 2012-10-18 12:29:04 UTC
Fixed in 4.9.2 or 4.9.1