mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
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:
@@ -832,6 +832,11 @@
|
||||
return [self _setFolderPurpose: @"Junk"];
|
||||
}
|
||||
|
||||
- (WOResponse *) setAsTemplatesFolderAction
|
||||
{
|
||||
return [self _setFolderPurpose: @"Templates"];
|
||||
}
|
||||
|
||||
- (WOResponse *) expungeAction
|
||||
{
|
||||
SOGoMailAccount *account;
|
||||
|
||||
Reference in New Issue
Block a user