You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to give our users a way to open (deep link into) the Proton Mail inbox. This is used on screens like the following:
The issue
ProtonMail doesn't provide a URL scheme to open the app's inbox. Proton Mail does provide one to open Proton Mail's compose window, but this is confusing for our users because they tap the button and it open's the Proton Mail app, skips over the inbox, and shows a screen to create a new email:
This results in complaints like the following:
Once I select the option to open protonmail it opens the app but automatically opens a new message template which is odd
You can see it's common for mail apps to provide URL schemes that open to the inbox. ProtonMail is the only one on this list that doesn't:
Proton Mail could provide a URL scheme such as protonmail:inbox or protonmail:open?destination=inbox that just opens the app and doesn't show the "compose new email" screen.
The text was updated successfully, but these errors were encountered:
Maybe even copy pasting that existing deep link logic but dropping the deeplink.append(DeepLink.Node(name: "toComposeMailto", value: path)) line would work?
What we're trying to do
We want to give our users a way to open (deep link into) the Proton Mail inbox. This is used on screens like the following:
The issue
ProtonMail doesn't provide a URL scheme to open the app's inbox. Proton Mail does provide one to open Proton Mail's compose window, but this is confusing for our users because they tap the button and it open's the Proton Mail app, skips over the inbox, and shows a screen to create a new email:
This results in complaints like the following:
You can see it's common for mail apps to provide URL schemes that open to the inbox. ProtonMail is the only one on this list that doesn't:
Proposed solution
Proton Mail could provide a URL scheme such as
protonmail:inbox
orprotonmail:open?destination=inbox
that just opens the app and doesn't show the "compose new email" screen.The text was updated successfully, but these errors were encountered: