Skip to content

Add support for Protonmail and fix code issues raised by it

Latest
Compare
Choose a tag to compare
@Seoras Seoras released this 13 Apr 02:42
· 3 commits to master since this release
bfac792

It turns out Protonmail does support 3rd party apps opening it using a URL.
Adding support brought to light some issues in the code (string == Nil) should be ([string length] == 0)