mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user