(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
+3
View File
@@ -108,6 +108,9 @@ extern NSString *SOGoWeekStartFirstFullWeek;
- (void) setTrashFolderName: (NSString *) newValue;
- (NSString *) trashFolderName;
- (void) setJunkFolderName: (NSString *) newValue;
- (NSString *) junkFolderName;
- (void) setFirstDayOfWeek: (int) newValue;
- (int) firstDayOfWeek;