TF-825 Download email as EML file (#2854)
This commit is contained in:
@@ -473,6 +473,8 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
EmailActionType.unsubscribe,
|
||||
if (mailboxContain?.isArchive == false)
|
||||
EmailActionType.archiveMessage,
|
||||
if (PlatformInfo.isWeb && PlatformInfo.isCanvasKit)
|
||||
EmailActionType.downloadMessageAsEML
|
||||
];
|
||||
|
||||
if (position == null) {
|
||||
|
||||
Reference in New Issue
Block a user