mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +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;
|
||||
|
||||
// Calendar categories
|
||||
NSString *category;
|
||||
@@ -58,6 +60,8 @@
|
||||
}
|
||||
|
||||
- (NSString *) userLongDateFormat;
|
||||
- (BOOL) isSieveServerAvailable;
|
||||
- (id) getClient;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user