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
maint-2.0.2
Francis Lachapelle 2011-10-18 18:24:26 +00:00
parent 94439ee94d
commit cd48336966
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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