(feat) added new SOGoMaximumMessageSizeLimit config parameter (fixes #3510)

This commit is contained in:
Ludovic Marcotte
2016-12-28 10:18:10 -05:00
parent d5eb18a247
commit 3f68fb7b53
3 changed files with 50 additions and 13 deletions
+8
View File
@@ -565,6 +565,14 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return v;
}
//
//
//
- (int) maximumMessageSizeLimit
{
return [self integerForKey: @"SOGoMaximumMessageSizeLimit"];
}
//
//
//