TF-3416 Handle download attachment in EML previewer on mobile
This commit is contained in:
@@ -10,4 +10,7 @@ class Constant {
|
||||
static const textVCardMimeType = 'text/x-vcard';
|
||||
static const textPlainMimeType = 'text/plain';
|
||||
static const emlMimeType = 'message/rfc822';
|
||||
static const mailtoScheme = 'mailto';
|
||||
static const attachmentScheme = 'attachment';
|
||||
static const emlPreviewerScheme = 'eml-previewer';
|
||||
}
|
||||
Reference in New Issue
Block a user