mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 13:29:29 +00:00
Monotone-Parent: 1be014aa5bfe1a03fbebbd16c6bcdfcf7d7ecf9c
Monotone-Revision: e8f76b9dd2119efe8f7197fb78f29b022c901b71 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-18T16:24:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -1220,13 +1220,6 @@
|
||||
return [super prepareDelete];
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass
|
||||
{
|
||||
return @"IPM.Appointment";
|
||||
}
|
||||
|
||||
- (NSDictionary *) _partStatsFromCalendar: (iCalCalendar *) calendar
|
||||
{
|
||||
NSMutableDictionary *partStats;
|
||||
|
||||
@@ -56,11 +56,4 @@
|
||||
inContainer: self];
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass
|
||||
{
|
||||
return @"IPM.Task";
|
||||
}
|
||||
|
||||
@end /* SOGoTaskObject */
|
||||
|
||||
@@ -136,11 +136,4 @@
|
||||
[self saveContentString: [vcard versitString]];
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass
|
||||
{
|
||||
return @"IPM.Contact";
|
||||
}
|
||||
|
||||
@end /* SOGoContactGCSEntry */
|
||||
|
||||
@@ -103,11 +103,4 @@
|
||||
[self saveContentString: [vlist versitString]];
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass
|
||||
{
|
||||
return @"IPM.Contact";
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -278,11 +278,4 @@
|
||||
return [newContact saveContentString: [newCard versitString]];
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass
|
||||
{
|
||||
return @"IPM.Contact";
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -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];
|
||||
|
||||
@@ -75,10 +75,6 @@
|
||||
- (NSString *) davLastModified;
|
||||
- (NSString *) davContentLength;
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass;
|
||||
|
||||
@end
|
||||
|
||||
@interface SOGoContentObject (OptionalMethods)
|
||||
|
||||
@@ -480,11 +480,4 @@
|
||||
return @"<default>";
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
@end /* SOGoContentObject */
|
||||
|
||||
Reference in New Issue
Block a user