(fix) now dynamically detect and use the IMAP separator (fixes #1490)

This commit is contained in:
Ludovic Marcotte
2019-09-04 13:45:53 -04:00
parent 936f7dde09
commit 3187bca0ef
7 changed files with 27 additions and 17 deletions
-5
View File
@@ -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