Added missing functions getClient and IsSieveServerConnected and the changes that comes with it

This commit is contained in:
Alexandre Cloutier
2014-03-10 10:33:27 -04:00
parent f4d189ffc8
commit f5faa60814
2 changed files with 29 additions and 12 deletions
+4
View File
@@ -22,6 +22,7 @@
#define UIXPREFERENCES_H
#import <SOGoUI/UIxComponent.h>
#import <NGImap4/NGSieveClient.h>
@class NSString;
@@ -32,6 +33,7 @@
{
id item;
SOGoUser *user;
NGSieveClient *client;
// Calendar categories
NSString *category;
@@ -58,6 +60,8 @@
}
- (NSString *) userLongDateFormat;
- (BOOL) isSieveServerAvailable;
- (id) getClient;
@end