mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Added missing functions getClient and IsSieveServerConnected and the changes that comes with it
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user