(feat) new junk/not junk capability with generic SMTP integration

This commit is contained in:
Ludovic Marcotte
2016-01-22 10:30:27 -05:00
parent 04c68e0674
commit 7ca66b4078
22 changed files with 344 additions and 18 deletions
+5
View File
@@ -361,4 +361,9 @@
return [self boolForKey: @"SOGoNotifyOnExternalModifications"];
}
- (NSDictionary *) mailJunkSettings
{
return [self objectForKey: @"SOGoMailJunkSettings"];
}
@end