Bug 141552 - KApplication: pass through In-Reply-To: in mailto: URLs
Summary: KApplication: pass through In-Reply-To: in mailto: URLs
Status: CONFIRMED
Alias: None
Product: frameworks-kservice
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-11 20:54 UTC by Sami Liedes
Modified: 2019-09-10 11:39 UTC (History)
2 users (show)

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 Sami Liedes 2007-02-11 20:54:41 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Debian testing/unstable Packages
OS:                Linux

The current KApplication::invokeMailer(const KURL &, ...) code drops In-Reply-To: from mailto: URLs of the form "mailto:foo@example.com?In-Reply-To=<877j3cylgi.adr@example.com>&Subject=bar". Because of this, when I read e.g. the Debian mailing lists (http://lists.debian.org/), in Firefox I get a correct In-Reply-To: header when clicking "reply to list", while in Konqueror the In-Reply-To: is dropped.

Firefox seems to pass the URL probably unchanged. Here's what Konqueror passes to the MUA:

"mailto mailto:foo%40example.com?subject=bar"

And here's what Firefox passes for the same message:

"mailto mailto:foo@example.com?In-Reply-To=<877j3cylgi.adr@example.com>&Subject=bar"
Comment 1 Christoph Feck 2009-06-26 08:50:33 UTC
Sounds more like a bug than a wish, changing severity.
Comment 2 Andrew Crouthamel 2018-11-02 22:54:05 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Andrew Crouthamel 2018-11-16 02:45:42 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version?

Thank you for helping us make KDE software even better for everyone!
Comment 4 61.1p57 2019-09-10 11:23:54 UTC
I can confirm this in 18.08.3 shipped by debian buster.