TF-106 Fix display inlined image CIDs of emails
This commit is contained in:
@@ -27,6 +27,8 @@ class Attachment with EquatableMixin {
|
||||
this.disposition,
|
||||
});
|
||||
|
||||
bool cidNotEmpty() => cid != null && cid!.isNotEmpty;
|
||||
|
||||
String getDownloadUrl(String baseDownloadUrl, AccountId accountId) {
|
||||
final downloadUriTemplate = UriTemplate('$baseDownloadUrl');
|
||||
final downloadUri = downloadUriTemplate.expand({
|
||||
|
||||
Reference in New Issue
Block a user