If it's possible, it would be great for Orion to be able to open mailto: links in a webmail of choice. Other browsers have options to manage handlers such as this, as seen in Brave below:
Integrate mailto: handler to open webmail of choice
Isn't this supposed to happen by system (opening default mail client?)? What happens in Safari?
- Edited
Actually, I'm not entirely sure what the default behaviour for Safari is. I imagine it will prompt to open the stock Mail app. I just removed all of the handler settings in Brave and tested clicking a mailto: link in Safari and it appears to have tried to do something and did not succeed, perhaps because I don't use Apple Mail or have it set up.
In this case, what I am requesting is specifically to open mailto: links in Orion. For example:
- Go to your web email provider (Proton for example)
- In the site settings, you are given the option (or prompted) if you want Proton to handle mailto links
- Click mailto link
- New Orion tab opens your email provider's website and starts a new email with the clicked address
I hope that makes sense.
Yes, that much is great (and probably the preferred option for most) but my hope was to be able to allow Orion to open mailto: links in a website email of choice instead of a client. That said, it may be minority of users that want a feature like that and therefore not worth the time and energy of the Orion team.
Fastmail has this feature to allow users to set up the web application as the mailto
link handler. No desktop app needed.
https://www.fastmail.help/hc/en-us/articles/360058753694-Open-mailto-links-in-Fastmail
This is what I see in Orion. In Chrome, I can click on that button and mailto
links will open the Fastmail website in Chrome.
My default mailto handler was set as Gmail in Brave, so now when I click a mailto link I see this message:
Brave initally shows "mailto:hello@climasens.com" in the address bar but inspecting the network log I see the first request has a status code "302 Internal Redirect" with a Location of "https://mail.google.com/mail/?extsrc=mailto&url=mailto:hello@climasens.com&view" so it looks like a non-standard chromium implementation combined with a specific Gmail url that allows a compose new email to open with the address pre-filled.
Reminder that mailto: links can also contain the subject line, cc, body, etc.