Monotone-Parent: d349f8009a1f0dc73dad705111ba662894fe6f97

Monotone-Revision: 708b215bd02d30547b93140994babe45b2472573

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-01T17:56:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-03-01 17:56:33 +00:00
parent 5de096bc9f
commit 43a51d3b44
3 changed files with 15 additions and 2 deletions
+11
View File
@@ -107,6 +107,17 @@
return [self stringForKey: @"SOGoIMAPServer"];
}
#warning should be removed when we make use of imap namespace
- (NSString *) imapAclStyle
{
return [self stringForKey: @"SOGoIMAPAclStyle"];
}
- (NSString *) imapFolderSeparator
{
return [self stringForKey: @"NGImap4ConnectionStringSeparator"];
}
#warning this should be determined from the capabilities
/* http://www.tools.ietf.org/wg/imapext/draft-ietf-imapext-acl/ */
- (BOOL) imapAclConformsToIMAPExt