ProtonMail / proton-mail

React web application to manage ProtonMail
https://beta.protonmail.com
GNU General Public License v3.0
175 stars 25 forks source link

Register as handler for mailto: links #62

Open wanecek opened 3 years ago

wanecek commented 3 years ago

It would be really nice if ProtonMail offered to handle mailto: links, much like GMail does.

As far as I understand, this can be done through navigator.registerProtocolHandler, but I am unsure as to where in the app code it would be most suitable to perform this request.