Aaron Madlon-Kay
Aaron Madlon-Kay
Org files do not have a widely recognized MIME type. The [official web site](https://orgmode.org/) claims `text/org`, which [shared-mime-info agrees with](https://gitlab.freedesktop.org/xdg/shared-mime-info/-/blob/22fda65d72d81ef7c3e2a52c148f099491341ca4/data/freedesktop.org.xml.in#L8209-8213), but that's [not officially registered](https://www.iana.org/assignments/media-types/media-types.xhtml), so it should be `text/x-org`....
Here are the intents I tested: - Gmail ``` Intent { act=android.intent.action.VIEW dat=content://com.google.android.gm.sapi/[email protected]/message_attachment_external/#thread-f:1773980045848572456/#msg-f:1773980045848572456/0.0?account_type=com.google&mimeType=application/octet-stream&rendition=1 typ=application/octet-stream flg=0x13080001 cmp=com.madlonkay.orgro.debug/com.madlonkay.orgro.MainActivity } ``` - Google Drive ``` Intent { act=android.intent.action.VIEW dat=content://com.google.android.apps.docs.storage.legacy/enc=encoded=BsdM6DwhbLvgl4CcYbhdRy-NsmPwCvn3L-3MgKq0XO-Z9OfCuX-nCbE= typ=application/octet-stream flg=0x13080003 cmp=com.madlonkay.orgro.debug/com.madlonkay.orgro.MainActivity (has...
This will be supported in v1.35.2, which will be available for testing soon: - [iOS](https://testflight.apple.com/join/8YTxcuZC) - [Android](https://play.google.com/store/apps/details?id=com.madlonkay.orgro) Note that resolving `attachment:` links depends on being able to resolve relative links;...
v1.35.2 is available for testing on iOS and Android.
v1.35.2 is now released on all platforms.
Support for decrypting and reencrypting Org Crypt-style symmetrically encrypted sections will be available for testing in v1.36.0 soon: - [iOS](https://testflight.apple.com/join/8YTxcuZC) - [Android](https://play.google.com/store/apps/details?id=com.madlonkay.orgro)
Support for symmetrically encrypted sections is now available on all platforms in v1.36.1. I'm debating whether it's worthwhile to support asymmetric encryption and full-file encryption.
I'm leaning toward not bothering with full-file encryption. I started a poll about symmetric vs. asymmetric: https://mastodon.social/@amake/111700198262236731
From discussion on Mastodon I understood that using OpenKeychain would have important advantages: - I don't have to worry about securely storing the private keys because OpenKeychain handles that for...
iPGMail offers an API for usage similar to OpenKeychain's intents: https://ipgmail.com/developers/