TF-825 Download email as EML file (#2854)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
import 'package:model/email/attachment.dart';
|
||||
|
||||
class EMLAttachment extends Attachment {
|
||||
|
||||
EMLAttachment({
|
||||
super.partId,
|
||||
super.blobId,
|
||||
super.size,
|
||||
super.name,
|
||||
super.type,
|
||||
super.cid,
|
||||
super.disposition,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user