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

Conflicts:

	SoObjects/Mailer/SOGoDraftObject.m
This commit is contained in:
Ludovic Marcotte
2016-12-28 10:23:19 -05:00
parent 7c7440c988
commit 2cebee42b7
4 changed files with 55 additions and 12 deletions
+8
View File
@@ -578,6 +578,14 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return v;
}
//
//
//
- (int) maximumMessageSizeLimit
{
return [self integerForKey: @"SOGoMaximumMessageSizeLimit"];
}
//
//
//