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
ProtonMail for iOS does not read the mail recipient from mailto: links when the recipient is given via the to parameter. According to RFC 6086, page 6, the recipient can be either given directly after the mailto: or as ?to= parameter. In other words, mailto:?to=test@example.com is equivalent to mailto:test@example.com. ProtonMail handles only the latter form correctly.
Steps to reproduce
Setup ProtonMail as the iOS default mail client
Open Safari
Enter the mailto:?to=test@example.com into the address bar
Tap Open
Confirm the dialog that you want to open the link in ProtonMail
Wait for ProtonMail to open with the new mail panel
Observation: The To address field is empty.
Expectation: The To address field is filled with test@example.com.