Monotone-Parent: 81782c7fefb8fb13fb75a71f82c11bdf8835e6d5

Monotone-Revision: d4cfc42e95f282a5298d595704f14d84e04f4e7e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-15T21:01:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-02-15 21:01:21 +00:00
parent 7d57d3a3d5
commit d76dbabbaa
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
2007-02-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailObject.m ([SOGoMailObject
-addRequiredKeysOfStructure:path:toArray:recurse:]): accepts the
fetching of HTML parts.
* SoObjects/Appointments/SOGoCalendarComponent.m
([SOGoCalendarComponent -componentTag]): new template method that
returns the vcalendar tag of the current object.

View File

@@ -418,7 +418,8 @@ static BOOL debugSoParts = NO;
_subtype = [_subtype lowercaseString];
if ([_type isEqualToString:@"text"]) {
if ([_subtype isEqualToString:@"plain"])
if ([_subtype isEqualToString:@"plain"]
|| [_subtype isEqualToString:@"html"])
return YES;
if ([_subtype isEqualToString:@"calendar"]) /* we also fetch calendars */