mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 03c1031b520e0b1094e5e7cf635bc6be4d30dac3
Monotone-Revision: 935cf293ec636367ef64469ec9130956087caa1e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-31T21:04:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -23,12 +23,22 @@
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <NGObjWeb/WORequest.h>
|
||||
#import <SoObjects/Mailer/SOGoMailFolder.h>
|
||||
#import <SoObjects/SOGo/SOGoPermissions.h>
|
||||
|
||||
#import "UIxMailUserRightsEditor.h"
|
||||
|
||||
@implementation UIxMailUserRightsEditor
|
||||
|
||||
- (BOOL) conformsToRFC4314
|
||||
{
|
||||
SOGoMailFolder *co;
|
||||
|
||||
co = [self clientObject];
|
||||
|
||||
return ([[co class] imapAclStyle] == rfc4314);
|
||||
}
|
||||
|
||||
- (void) setUserCanReadMails: (BOOL) userCanReadMails
|
||||
{
|
||||
if (userCanReadMails)
|
||||
|
||||
Reference in New Issue
Block a user