mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
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:
@@ -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
|
||||
|
||||
@@ -349,6 +349,10 @@ static BOOL debugSoParts = NO;
|
||||
return nil;
|
||||
}
|
||||
|
||||
if ([_path isEqualToString: @"text"]) {
|
||||
return info;
|
||||
}
|
||||
|
||||
/* ensure array argument */
|
||||
|
||||
if ([_path isKindOfClass:[NSString class]]) {
|
||||
|
||||
Reference in New Issue
Block a user