Allow exception raising when connecting to IMAP

By setting `SoIMAP4ExceptionsEnabled` config key to YES

Enabled for OpenChange by default, it will ensure no action is taken
when IMAP connection is not valid.
This commit is contained in:
Carlos Pérez-Aradros Herce
2016-01-27 15:30:27 +01:00
parent 13a82826f8
commit 061244a0a5
3 changed files with 43 additions and 2 deletions
+3
View File
@@ -46,10 +46,13 @@
{
NSURL *imap4URL;
NGImap4Connection *imap4;
BOOL imap4ExceptionsEnabled;
}
- (BOOL) isFolderish;
- (id) init;
- (id) initWithImap4URL: (NSURL *) _url
inContainer: (id) _container;