mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user