Monotone-Parent: 53e4ace27cad155187cf6db8fff22b9536080141

Monotone-Revision: f8d8d7341ccf044e9a25eb470cc329184daf2c24

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T05:06:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-01 05:06:29 +00:00
parent 86aa7d2a04
commit f4258c5872
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2007-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailObject.m ([SOGoMailObject
-davContentType]): declare "message/rfc822" as content type.
* SoObjects/Appointments/SOGoAppointmentFolder.m
([SOGoAppointmentFolder -_privacySqlString]): "owner" is now an
ivar in SOGoObject.

View File

@@ -407,6 +407,11 @@ static BOOL debugSoParts = NO;
return [[content copy] autorelease];
}
- (NSString *) davContentType
{
return @"message/rfc822";
}
- (NSString *)contentAsString {
NSString *s;
NSData *content;