I am archiving parts of my emails as EML files (thunderbird export) together with my finished projects in NC.
Sometimes it would be nice to simple open that EML file like any other TXT file. Could this be somehow integrated into the "text" app, because for me this seems like a somehow perfect fit.
Contributions are very welcome, the mimetypes that are opened as plain text are specified here: https://github.com/nextcloud/text/blob/33bff1dcf20d18b03a3286f73ccc44e75894b599/src/helpers/mime.js#L27
thanks
found some information and eml seems to be text and attachments.
EML is a file extension for an e-mail message saved to a file in the MIME RFC 822 standard format by Microsoft Outlook Express as well as some other email programs.
We're working on an EML Viewer app (supports proper layout as email clients do) - and I say working on but more or less just waiting for approval for first release.
Most helpful comment
We're working on an EML Viewer app (supports proper layout as email clients do) - and I say working on but more or less just waiting for approval for first release.