TF-3515 Add save email as template feature
This commit is contained in:
@@ -10,6 +10,7 @@ abstract class ComposerRepository {
|
||||
{
|
||||
bool withIdentityHeader = false,
|
||||
bool isDraft = false,
|
||||
bool isTemplate = false,
|
||||
});
|
||||
|
||||
Future<UploadAttachment> uploadAttachment(FileInfo fileInfo, Uri uploadUri, {CancelToken? cancelToken});
|
||||
|
||||
Reference in New Issue
Block a user