mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 04:55:26 +00:00
(fix) now dynamically detect and use the IMAP separator (fixes #1490)
This commit is contained in:
@@ -137,11 +137,6 @@
|
||||
return [self stringForKey: @"NGImap4ConnectionGroupIdPrefix"];
|
||||
}
|
||||
|
||||
- (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