Bug 291861 - kmail ignores In-Reply-To headers provided in mailto links
Summary: kmail ignores In-Reply-To headers provided in mailto links
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 13:10 UTC by Dennis Schridde
Modified: 2013-03-26 08:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.11


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2012-01-18 13:10:32 UTC
Version:           unspecified (using KDE 4.7.4) 
OS:                Linux

Mailman (at least version 2.1.14) appears to provide In-Reply-To headers in mailto links. See [1] or this example: mailto:address?Subject=foo&In-Reply-To=%3Cbar%3E
This is very useful if you try to answer to mailinglist mails while not subscribed yourself. However, KMail seems to ignore those attributes.

[1] http://driverdev.linuxdriverproject.org/pipermail/devel/2012-January/023809.html (first link at the very top)

Reproducible: Didn't try



Expected Results:  
My wish would be for KMail to use these headers. If there are security concerns, you could produce a non-modal popup asking me whether to include the header or not.
Comment 1 Laurent Montel 2012-01-18 13:53:11 UTC
Could you forward me this email please ?
I see on html page but it will better to have real email.
Thanks.
Comment 2 Dennis Schridde 2012-01-18 14:08:51 UTC
You mean the email I am trying to reply to? The whole point is that I do not have it, otherwise I could reply normally.
The HTML page contains a <a href="mailto:..." /> and I would expect the headers provided in that link to be passed to KMail and included in the resulting email. However this does not happen, hence the bugreport.
Comment 3 Laurent Montel 2012-01-18 14:18:22 UTC
Ok you want that we parse this mailto... oki will look at.
Comment 4 Dennis Schridde 2012-01-18 22:57:56 UTC
(In reply to comment #3)
> Ok you want that we parse this mailto... oki will look at.
Thanks! The Subject header is being respected already - maybe it is enough to add some code to accept other headers, too.
Comment 5 Torgny Nyblom 2012-01-24 18:45:52 UTC
This is weird  KMKernel::action() is calling KMKernel::openComposer() with correctly filled parameters but... openComposer does not take as many parameters as action() is calling it with.
messageFile, attachURLs and customHeaders are missing.
Comment 6 Torgny Nyblom 2012-01-24 18:47:46 UTC
My bad, missed the correct overload
Comment 7 Laurent Montel 2013-03-26 08:39:35 UTC
I fixed it in 4.11
Comment 8 Laurent Montel 2013-03-26 08:39:53 UTC
And custom headers work fine too now