mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Monotone-Parent: 5fa8ca8896455803ea0da4db7e5c1e18e8328871
Monotone-Revision: a6e08bd7d394d186c6f5606933ed09de2031e7bb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-07T16:53:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -77,6 +77,9 @@ extern NSString *SOGoWeekStartFirstFullWeek;
|
||||
|
||||
+ (SOGoUser *) userWithLogin: (NSString *) login
|
||||
roles: (NSArray *) roles;
|
||||
|
||||
- (void) setPrimaryRoles: (NSArray *) newRoles;
|
||||
|
||||
- (void) setCurrentPassword: (NSString *) newPassword;
|
||||
- (NSString *) currentPassword;
|
||||
|
||||
@@ -117,11 +120,14 @@ extern NSString *SOGoWeekStartFirstFullWeek;
|
||||
- (NSArray *) mailAccounts;
|
||||
- (NSArray *) allIdentities;
|
||||
- (NSDictionary *) primaryIdentity;
|
||||
- (NSMutableDictionary *) defaultIdentity;
|
||||
- (NSString *) messageForwarding;
|
||||
- (NSString *) messageCheck;
|
||||
|
||||
- (NSString *) signature;
|
||||
|
||||
- (void) saveMailAccounts;
|
||||
|
||||
- (BOOL) isSuperUser;
|
||||
|
||||
/* module access */
|
||||
|
||||
Reference in New Issue
Block a user