mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 10:48:50 +00:00
See ChangeLog.
Monotone-Parent: 8a9a97e74ab23c27d73459976c2caa29e59adf64 Monotone-Revision: 9cd374b5145ecb4b9e8a0e2131e87d85796cbba9 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-18T18:24:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2011-10-18 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoMailFolder.m
|
||||
(-copyUIDs:toFolder:inContext:): now returns the raw IMAP response
|
||||
when the copy operation failed (most probably something like "Over quota").
|
||||
|
||||
2011-10-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreGCSMessageTable.m
|
||||
|
||||
@@ -571,7 +571,7 @@ static NSString *defaultUserID = @"anyone";
|
||||
result = nil;
|
||||
else
|
||||
result = [NSException exceptionWithHTTPStatus: 500
|
||||
reason: @"Couldn't copy UIDs."];
|
||||
reason: [[[result objectForKey: @"RawResponse"] objectForKey: @"ResponseResult"] objectForKey: @"description"]];
|
||||
}
|
||||
else
|
||||
result = [NSException exceptionWithHTTPStatus: 500
|
||||
|
||||
Reference in New Issue
Block a user