mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 22:53:18 +00:00
See ChangeLog
Monotone-Parent: e6342c0609e8ea9e5aa666ae499c259d902adbec Monotone-Revision: a9b4a2aae19f072168fdfc23b91ebc443e0d55c4 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-11-02T19:31:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
|
||||
- (NSString *) mailDomain;
|
||||
- (NSString *) imapServer;
|
||||
- (NSString *) sieveServer;
|
||||
- (NSString *) imapAclStyle;
|
||||
- (NSString *) imapFolderSeparator;
|
||||
- (BOOL) imapAclConformsToIMAPExt;
|
||||
|
||||
@@ -113,6 +113,11 @@
|
||||
return [self stringForKey: @"SOGoIMAPServer"];
|
||||
}
|
||||
|
||||
- (NSString *) sieveServer
|
||||
{
|
||||
return [self stringForKey: @"SOGoSieveServer"];
|
||||
}
|
||||
|
||||
#warning should be removed when we make use of imap namespace
|
||||
- (NSString *) imapAclStyle
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user