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

Conflicts:

	NEWS
	SoObjects/Mailer/SOGoMailAccount.m
	SoObjects/SOGo/SOGoDefaults.plist
	SoObjects/SOGo/SOGoUser.m
	UI/MailerUI/UIxMailFolderActions.h
	UI/MailerUI/UIxMailFolderActions.m
	UI/MailerUI/product.plist
This commit is contained in:
Ludovic Marcotte
2016-01-22 10:30:27 -05:00
parent 88207d27c4
commit 30377c0fd6
21 changed files with 338 additions and 16 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"];