Summary | go.php should handle mailto: URLs |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | seifert (at) everybody (dot) org |
Created | 10/28/2004 (7527 days ago) |
Due | |
Updated | 09/23/2005 (7197 days ago) |
Assigned | 11/15/2004 (7509 days ago) |
Resolved | 09/23/2005 (7197 days ago) |
Milestone | |
Patch | No |
State ⇒ Rejected
fix, and have been occupied with other things.
Thanks for reminding me about it. I'll see if I can't find time this
weekend to look at it a bit more.
State ⇒ Feedback
e-mail. In this case, the <a> tags ARE being rewritten, but mailto:
hrefs get piped through go.php just like http: ones.
I'll see if I can't come up with a simple fix for this.
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
attachments. still an enhancement request. :)
<a href="mailto:seifert@everybody.org">send me e-mail</a>
From perusing the code, it looks like it does to the right thing in
mailing list headers, though. See imp/lib/MIME/Headers.php (line
91-100)
Type ⇒ Bug
State ⇒ Feedback
Priority ⇒ 1. Low
Please provide an example message where this doesn't work.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ go.php should handle mailto: URLs
Queue ⇒ IMP
State ⇒ New
something like:
http://horde.server.com/horde/services/go.php?url=mailto:seifert@everybody.org
It would be nice if IMP could intercept this and open up a Compose
Mail window rather than using the system mailer.