(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
+11
View File
@@ -458,6 +458,17 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
stringByEncodingImap4FolderName];
}
- (void) setJunkFolderName: (NSString *) newValue
{
[self setObject: newValue forKey: @"SOGoJunkFolderName"];
}
- (NSString *) junkFolderName
{
return [[self stringForKey: @"SOGoJunkFolderName"]
stringByEncodingImap4FolderName];
}
- (void) setFirstDayOfWeek: (int) newValue
{
[self setInteger: newValue forKey: @"SOGoFirstDayOfWeek"];