Closed
Bug 272023
Opened 20 years ago
Closed 20 years ago
mailto: parameter ?body not supported
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rosenauer, Assigned: mscott)
References
()
Details
The standard (see RFC #2368) parameter "?body=" to specify an e-mail-body text from a mailto:-link seems to be unsupported in Thunderbird 0.9 (cannot specify Version in Bugzilla). ?subject works, did not try ?cc and ?bcc. (I'm not sure what Component fits best, but I guess the Mail Window is responsible for decoding this parameter)
Comment 1•20 years ago
|
||
This works for me. What happens when you click the URL link in this bug?
| Reporter | ||
Comment 2•20 years ago
|
||
ah, so it is really that specific mailto:-link I encountered (I put it in the URL-line for convenience,-) : mailto:office@blah.com?subject=Bestellung:%C2%A0Der%C2%A0Kleine%C2%A0Jan?Body=Ich%C2%A0bestelle%C2%A0%C2%A0..%C2%A0Stk.%C2%A0"Der%C2%A0Kleine%C2%A0Jan"%C2%A0zu%C2%A0EUR%C2%A019,50%C2%A0plus%C2%A0Versand%C2%A0an%C2%A0meine%C2%A0nachstehende%C2%A0Adresse: Maybe it is malformed, havent's checked too closely. Thunderbird displays everything in the subject-line.
Comment 3•20 years ago
|
||
This is invalid -- it's a typo in the example URL. The correct URL would be something like: mailto:office@blah.com?subject=subject-text&body=.... = That is, the ? should be an '&' (or a suitably encoded one). If you replace the ? by a &, it works fine. marking invalid -- please reopen if you think this is wrong.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•