mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-25 14:59:30 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -407,6 +407,11 @@ static BOOL debugSoParts = NO;
|
||||
return [[content copy] autorelease];
|
||||
}
|
||||
|
||||
- (NSString *) davContentType
|
||||
{
|
||||
return @"message/rfc822";
|
||||
}
|
||||
|
||||
- (NSString *)contentAsString {
|
||||
NSString *s;
|
||||
NSData *content;
|
||||
|
||||
Reference in New Issue
Block a user