[AC-4785] Open/ Read .msg and .eml file in Android and iOS.
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Resolved |
Resolution | Won't Fix |
Resolution Date | 2017-02-10T13:15:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Prafulla Bansode |
Assignee | Shak Hossain |
Created | 2017-02-10T12:51:00.000+0000 |
Updated | 2017-02-11T19:24:46.000+0000 |
Description
We are developing app in which we are receiving the attachments of the type .msg and .eml. We have to provide the feature where user can open and read the attachments.
But we don’t see support in the documentviewer API call, is there any work around for the same?
Currently, as there is no API for this to handle. we are considering it as the bug.
There is no native API (neither in iOS nor in Android) to expose this functionality. So you either have to parse the files on the server and return a HTML page that displays the content or do a feature-request at Apple and Google to expose this functionality. Of course this is a new feature and not a bug. Example (https://code.google.com/archive/p/php-mime-mail-parser / PHP):
Resolving until the native SDK's support this functionality.