See ChangeLog

Monotone-Parent: 1bf1a3f87feb2c04469fcff28770c25704ee5aab
Monotone-Revision: 1b66e85ded0b1d64105f0f5d2035ef81e9a8eb4f

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-08-10T12:29:31
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2012-08-10 12:29:31 +00:00
parent 32af60c24f
commit a735498d7b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-08-10 Ludovic Marcotte <lmarcotte@inverse.ca>
* Changed OpenChange/SOGoMAPIDBObject.m so we use
GNUstep's binary encoding - which is an order or
magnitude faster at encoding data than any other formats.
2012-08-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreSOGo.m (sogo_folder_move_folder)

View File

@ -428,7 +428,7 @@ static EOAttribute *textColumn = nil;
{
content = [NSPropertyListSerialization
dataFromPropertyList: properties
format: NSPropertyListBinaryFormat_v1_0
format: NSPropertyListGNUstepBinaryFormat
errorDescription: NULL];
propsValue = [adaptor formatValue: [content stringByEncodingBase64]
forAttribute: textColumn];