Text: EML Reader

Created on 7 Oct 2019  路  3Comments  路  Source: nextcloud/text

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.

enhancement good first issue

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.

All 3 comments

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.

https://tools.ietf.org/html/rfc822

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

juliushaertl picture juliushaertl  路  3Comments

hoergen picture hoergen  路  4Comments

skoobasteeve picture skoobasteeve  路  4Comments

Klakla2 picture Klakla2  路  5Comments

severin-lemaignan picture severin-lemaignan  路  4Comments