Add a header and/or footer to the vacation message

Fixes #1961
This commit is contained in:
Francis Lachapelle
2016-06-14 14:10:17 -04:00
parent 7f4474f47c
commit 4744170628
13 changed files with 259 additions and 7 deletions
+10
View File
@@ -220,6 +220,16 @@
return [self boolForKey: @"SOGoVacationEnabled"];
}
- (NSString *) vacationHeaderTemplateFile
{
return [self stringForKey: @"SOGoVacationHeaderTemplateFile"];
}
- (NSString *) vacationFooterTemplateFile
{
return [self stringForKey: @"SOGoVacationFooterTemplateFile"];
}
- (NSString *) mailingMechanism
{
NSString *mailingMechanism;