Monotone-Parent: 44e710d477fe4c00e417c926d9eecec7dd1a12c1

Monotone-Revision: 21a3dbfea6d041ca22f1f9804ac4084ea25551bc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-13T22:55:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-02-13 22:55:12 +00:00
parent 3e652b2f50
commit a564e7b302
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2011-02-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailObject.m (-lookupInfoForBodyPart:):
accept "text" as path parameter and return the main bodyStructure
in that case.
* OpenChange/MAPIStoreMailMessageTable.m
(-getChildProperty:forKey:withTag:): enhanced treatment of
PR_BODY_UNICODE to accept text/plain parts when more than one is

View File

@@ -349,6 +349,10 @@ static BOOL debugSoParts = NO;
return nil;
}
if ([_path isEqualToString: @"text"]) {
return info;
}
/* ensure array argument */
if ([_path isKindOfClass:[NSString class]]) {