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

This commit is contained in:
Ludovic Marcotte
2017-01-06 20:58:11 -05:00
committed by Francis Lachapelle
parent c4c1e87612
commit 81df371e9f
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"];
}
//
//
//