| Summary | Chrome's Mailto-Handler broken |
| Queue | IMP |
| Queue Version | 5.0.10 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org, slusarz (at) horde (dot) org |
| Requester | michael.groene (at) zel (dot) uni-hannover (dot) de |
| Created | 09/01/2011 (5182 days ago) |
| Due | |
| Updated | 09/09/2011 (5174 days ago) |
| Assigned | 09/05/2011 (5178 days ago) |
| Resolved | 09/06/2011 (5177 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 5.0.12 |
| Patch | No |
Taken from
State ⇒ Resolved
Milestone ⇒ 5.0.12
Use IMP::getComposeArgs() to retrieve the header values (
Bug #10475).1 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c8924171ff7d0b4be305b3cf2cbefb1ba19e829d
Fix mailto: handler link (
Bug #10475).1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2ee3d41a6bb2f3fe41272c8cdddabc7aa3e10d16
be the reason for the javascript error.
Bug #10475: Browser mailto-handler respects current IMP view mode5 files changed, 28 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/723fe462daa020dfcb07913bf76239738ed06519
Assigned to
Assigned to Michael Slusarz
State ⇒ Assigned
be the reason for the javascript error. We should support the old
URLs, so that users that have been upgraded don't need to change their
mailto browser handlers.
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Chrome's Mailto-Handler broken
Type ⇒ Bug
Priority ⇒ 1. Low
mailto-handler for mailto:-links.
Great, but unfortunately the opened window doesn't take over the
recipients address.
Generated URI is on my system:
http://horde4.xyz.uni-hannover.de/imp/compose.php?ajaxui=1&actionID=mailto_link&tomailto%3Arecipient%40xyz.uni-hannover.de
Replacing "tomailto" -> "to" got it working.
Further it seems that there is missing the javascript-environment,
chrome complains about "Uncaught ReferenceError: IMP is not defined"
and the send-button is not working.