mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 13:24:54 +00:00
(feat) new junk/not junk capability with generic SMTP integration
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user