mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-08 16:33:22 +00:00
Monotone-Parent: 7b5f08442cc8a464b29abb66c14ba679da84d277
Monotone-Revision: 504efed918c1affc532bdcc00196349809e53460 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-02T02:57:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -57,6 +57,7 @@ static BOOL debugOn = YES;
|
||||
- (void) dealloc
|
||||
{
|
||||
[imap4URL release];
|
||||
[imap4 release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@@ -121,7 +122,7 @@ static BOOL debugOn = YES;
|
||||
imap4 = [[self mailManager] connectionForURL: [self imap4URL]
|
||||
password: [self imap4Password]];
|
||||
if (imap4)
|
||||
[imap4 retain];
|
||||
[imap4 retain];
|
||||
else
|
||||
[self errorWithFormat:@"Could not connect IMAP4."];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user