feat(mail(web)): Templates folder for pre-defined drafts

To create a template, the user needs to:

- define a mailbox as the Templates folder;
- move a draft to this special folder.

Fixes #4320
Fixes #5363
This commit is contained in:
Francis Lachapelle
2022-02-14 09:33:53 -05:00
parent d097193904
commit 21dc73df56
+5
View File
@@ -832,6 +832,11 @@
return [self _setFolderPurpose: @"Junk"];
}
- (WOResponse *) setAsTemplatesFolderAction
{
return [self _setFolderPurpose: @"Templates"];
}
- (WOResponse *) expungeAction
{
SOGoMailAccount *account;