Closed
Bug 735590
Opened 14 years ago
Closed 12 years ago
optional parameters at mailto not handled (kmail 1.9.9 kde3.5.10)
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: crissi99, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux 3.2.2; X11; x86_64; de) KHTML/3.5.10 (like Gecko) (Debian package 4:3.5.10.dfsg.1-0lenny4)
Steps to reproduce:
Only the mail will be handled all other optional arguments which could come after a '?' char not. I created a the link
<a href="mailto:hans@peter.com?subject=test%20sub&bcc=a@a.com&cc=b@b.com&body=first body line%0Asecond body line">mail with subject and more</a>
Actual results:
opens a new mail in kmail only with target address. It seems kmail 1.99 from kde 3.5.10 cant handle the full mailto address.
Why its not possible to specify parameter holders?
kmail supports:
-s, --subject <subject>
-c, --cc <address>
-b, --bcc <address>
-h, --header <header>
--msg <file>
--body <text>
If -s, --subject <subject> Betreff der Nachricht setzen
-c, --cc <address> Kopie an "Adresse" senden
-b, --bcc <address> Blindkopie (BCC) an "Adresse" senden
-h, --header <header> "Vorspannfeld" zu Nachricht hinzuf�gen
--msg <file> Nachrichtentext aus "Datei" lesen
--body <text> Text der Nachricht festlegen
If -s, --subject <subject> Betreff der Nachricht setzen
-c, --cc <address> Kopie an "Adresse" senden
-b, --bcc <address> Blindkopie (BCC) an "Adresse" senden
-h, --header <header> "Vorspannfeld" zu Nachricht hinzuf�gen
--msg <file> Nachrichtentext aus "Datei" lesen
--body <text> Text der Nachricht festlegen
The call works as expected:
kmail --subject "a a a" --cc "b@b.com" --bcc "a@a.com" --body "first line
> last line"
Expected results:
should open a new mail in kmail with a subject (test subject), bcc (a@a.com), cc (b@b.com), 2 body lines (first body line, second body line)
| Reporter | ||
Comment 1•14 years ago
|
||
Kmail from kde4 handles the mailto link correctly.
Comment 2•14 years ago
|
||
wfm with : Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20120313 Firefox/13.0a1 SeaMonkey/2.10a1
Updated•12 years ago
|
Component: Untriaged → File Handling
Comment 3•12 years ago
|
||
Are you still experiencing this problem?
Could you please try the following, to see if you still reproduce the issue :
1) try this with a clean profile: http://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles
2) running in Safe mode: http://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
Flags: needinfo?(crissi99)
(In reply to Christoph Thielecke from comment #1)
> Kmail from kde4 handles the mailto link correctly.
Kmail version 4.11.2 misses the first cc (or considers only the last cc).
Comment 5•12 years ago
|
||
Closing this based on the lack of response.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•