Monotone-Parent: 1be014aa5bfe1a03fbebbd16c6bcdfcf7d7ecf9c

Monotone-Revision: e8f76b9dd2119efe8f7197fb78f29b022c901b71

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-18T16:24:47
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-11-18 16:24:47 +00:00
parent 9e8df7d069
commit 6844b99642
9 changed files with 5 additions and 53 deletions

View File

@ -1,3 +1,8 @@
2010-11-18 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoContentObject.m (-outlookMessageClass):
removed useless method.
2010-11-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tests/Integration/test-davacl.py (DAVPublicAccessTest.setUp):

View File

@ -1220,13 +1220,6 @@
return [super prepareDelete];
}
/* message type */
- (NSString *) outlookMessageClass
{
return @"IPM.Appointment";
}
- (NSDictionary *) _partStatsFromCalendar: (iCalCalendar *) calendar
{
NSMutableDictionary *partStats;

View File

@ -56,11 +56,4 @@
inContainer: self];
}
/* message type */
- (NSString *) outlookMessageClass
{
return @"IPM.Task";
}
@end /* SOGoTaskObject */

View File

@ -136,11 +136,4 @@
[self saveContentString: [vcard versitString]];
}
/* message type */
- (NSString *) outlookMessageClass
{
return @"IPM.Contact";
}
@end /* SOGoContactGCSEntry */

View File

@ -103,11 +103,4 @@
[self saveContentString: [vlist versitString]];
}
/* message type */
- (NSString *) outlookMessageClass
{
return @"IPM.Contact";
}
@end

View File

@ -278,11 +278,4 @@
return [newContact saveContentString: [newCard versitString]];
}
/* message type */
- (NSString *) outlookMessageClass
{
return @"IPM.Contact";
}
@end

View File

@ -1205,13 +1205,6 @@ static BOOL debugSoParts = NO;
return 0; /* mails never change */
}
/* Outlook mail tagging */
- (NSString *) outlookMessageClass
{
return @"IPM.Message"; /* email, default class */
}
- (NSArray *) aclsForUser: (NSString *) uid
{
return [container aclsForUser: uid];

View File

@ -75,10 +75,6 @@
- (NSString *) davLastModified;
- (NSString *) davContentLength;
/* message type */
- (NSString *) outlookMessageClass;
@end
@interface SOGoContentObject (OptionalMethods)

View File

@ -480,11 +480,4 @@
return @"<default>";
}
/* message type */
- (NSString *) outlookMessageClass
{
return nil;
}
@end /* SOGoContentObject */