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 342b68fd44
commit 877082f042
2 changed files with 38 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;
// Addressbook
NSMutableDictionary *addressBooksIDWithDisplayName;
@@ -61,6 +63,8 @@
}
- (NSString *) userLongDateFormat;
- (BOOL) isSieveServerAvailable;
- (id) getClient;
@end