Opened 21 months ago
Closed 21 months ago
#1488102 closed Bugs (worksforme)
Bad mail adress format with mailto
| Reported by: | Balthazar997 | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.6-stable |
| Component: | Core functionality | Version: | 0.6-RC |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Hi,
I have added Firefox mailto handler for rouncube and i have some problem with mail adress.
When i click on mailto link i have the new message but mail adress is somting like this : mailto%3Aname%40domain.tld
I have added the handler with this script :
javascript:navigator.registerProtocolHandler('mailto','http://domain.tld/?_task=mail&_action=compose&_to=%s','RoundCube')
Change History (4)
comment:1 Changed 21 months ago by thomasb
- Severity changed from normal to minor
comment:2 Changed 21 months ago by Balthazar997
Not only trip off the mailto: prefix, i want roundcube display a correct mail address with @ symbole and not %40
comment:3 Changed 21 months ago by alec
- Milestone changed from later to 0.6-stable
This was working before with Firefox. See line 51 of compose.inc file.
comment:4 Changed 21 months ago by alec
- Resolution set to worksforme
- Status changed from new to closed
I've made a test using svn-trunk and Firefox 7. No issue.

So you want Roundcube to trip off the mailto: prefix?