Merge pull request #19 from alexcloutier/fix/2622

BugFix #0002622: The server Dovecot use by default an UTF-8 and by doing...
This commit is contained in:
extrafu
2014-04-04 09:21:49 -04:00
6 changed files with 21 additions and 1 deletions
+7
View File
@@ -28,6 +28,7 @@
#import <SOGo/NSString+Utilities.h>
#import <SOGo/SOGoUser.h>
#import <SOGo/SOGoUserDefaults.h>
#import <SOGo/SOGoSystemDefaults.h>
#import <SOGoUI/UIxComponent.h>
@@ -35,6 +36,7 @@
{
NSString *filterId;
NSDictionary *labels;
NSString *folderEncoding;
}
@end
@@ -112,4 +114,9 @@
return [labels jsonRepresentation];
}
- (NSString *) folderEncoding
{
return [[SOGoSystemDefaults sharedSystemDefaults] folderEncoding];
}
@end