Summary | Empty window after clicking on a mailto url in an HTML message |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | galosa (at) netinform (dot) hu |
Created | 12/02/2005 (7155 days ago) |
Due | |
Updated | 11/20/2006 (6802 days ago) |
Assigned | 12/02/2005 (7155 days ago) |
Resolved | 11/20/2006 (6802 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
to work properly in all situations (mainly non-cookie sessions).
Version ⇒ HEAD
GET-based. I think we need to catch this before go.php, since sending
the raw path through in go.php for anything that looks like a mailto:
probably opens other holes.
My best idea so far is to trap for mailto: in the HTML MIME Viewer, or
Horde::externalUrl(), and to call mail/composeLink with the mailto
arg. Objections, better ideas, thoughts?
Priority ⇒ 2. Medium
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Empty compose window after clicking on a mailto url
Queue ⇒ IMP
State ⇒ Unconfirmed
window opens.
Using Firefox 1.0.7 or IE 6 the url bar says:
https://example.tld/horde/services/go.php?url=mailto%3Asomebody%40somewhere.hu
And the page is blank.
Of course I would expect a new message composing window with filled in
To field.
The source of the html message around the mailto link:
<a target="_blank"
title=mailto:somebody@somewhere.hu
href="https://example.tld/horde/services/go.php?url=mailto%3Asomebody%40somewhere.hu"><FONT
title=mailto:somebody@somewhere.hu size=2><SPAN
title=mailto:somebody@somewhere.hu HordeCleaned="COLOR: navy"><SPAN
title=mailto:somebody@somewhere.hu>somebody@somewhere.hu</SPAN></SPAN></FONT></A>
I have two sites running IMP, both with IMP 4.0.4, one on Horde 3.0.5,
and one on Horde 3.0.7. Both do the same.
Anyway I set $mime_drivers['imp']['html']['inline'] to true in one of
the sites, which does not change the above behaviour. Html messages do
the same either in a new window or shown inline.