MobileOrg / mobileorg

MobileOrg iPhone App
http://mobileorg.github.io
GNU General Public License v2.0
556 stars 69 forks source link

Support rendering of Email message:// links #223

Open cpbotha opened 6 years ago

cpbotha commented 6 years ago

I often link to specific emails from org mode tasks using the message://message-id method.

I just tested the following org mode task body in MobileOrg:

[[https://google.com][some unknown search engine]]
[[message://3F012FDA-6AC2-4EBC-84E6-8F631187C001@somedomain.com][Re: An email subject]]

MobileOrg View as Document renders the first link perfectly (blue "some unknown search engine" that I can tap on to go to google), whereas the second link is left in its unparsed [[..]] form.

Seeing that message:// links should work on iOS as they do on macOS (see for example https://medium.com/@vijaysundaram/how-to-deep-link-to-ios-7-mail-6c212bc79bd9 ), it would be great to have the mobileorg parser recognize them correctly also.