aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPSession.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-18 00:45:42 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-18 00:45:42 -0700
commit513f9bd1a0b468036e1c7e10414a40d30acbdf30 (patch)
tree9126a985bdbeed2d69300979f1087257dc486c20 /src/objc/imap/MCOIMAPSession.h
parent69c85dc0ecc7c499ddf4d7b870a7b8dee902114b (diff)
Added support of compression. Work in progress on automatic configuration.
Diffstat (limited to 'src/objc/imap/MCOIMAPSession.h')
-rwxr-xr-xsrc/objc/imap/MCOIMAPSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/imap/MCOIMAPSession.h b/src/objc/imap/MCOIMAPSession.h
index ea920114..fa22c913 100755
--- a/src/objc/imap/MCOIMAPSession.h
+++ b/src/objc/imap/MCOIMAPSession.h
@@ -80,7 +80,7 @@
@property (nonatomic, assign, getter=isVoIPEnabled) BOOL voIPEnabled;
/** The default delimiter for the folder paths */
-@property (nonatomic, assign) char delimiter;
+//@property (nonatomic, assign) char delimiter;
/** The default namespace. */
@property (nonatomic, strong) MCOIMAPNamespace * defaultNamespace;