mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Added unselect after PUTAction
Monotone-Parent: adeb1b6540b1871dee8c8161aca43283de817991 Monotone-Revision: eeaca1eda9abc5d3662e0a63336edf2734aa9216 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-10-01T20:51:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1118,7 +1118,10 @@ static NSString *spoolFolder = nil;
|
||||
result = [client append: data toFolder: folderName withFlags: nil];
|
||||
|
||||
if ([[result objectForKey: @"result"] boolValue])
|
||||
{
|
||||
*imap4id = [self IMAP4IDFromAppendResult: result];
|
||||
[client unselect];
|
||||
}
|
||||
else
|
||||
error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */
|
||||
reason: @"Failed to store message"];
|
||||
|
||||
Reference in New Issue
Block a user