feat(mail): add options to not add X-Foward header in mail

This commit is contained in:
Hivert Quentin
2024-03-07 15:36:40 +01:00
parent 815a87de0b
commit 96331cac90
4 changed files with 16 additions and 7 deletions

View File

@@ -106,6 +106,11 @@
return [self boolForKey: @"SOGoMailAuxiliaryUserAccountsEnabled"];
}
- (BOOL) mailDisableXForward
{
return [self boolForKey: @"SOGoMailDisableXForward"];
}
- (NSString *) mailDomain
{
return [self stringForKey: @"SOGoMailDomain"];