mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-23 10:26:23 +00:00
Monotone-Parent: ac435c09e6aeb4ef0087488eb9403ccc7f5fc64e
Monotone-Revision: 4e64b83fb714d395f79db3b2cd5c49a57e14f1f0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-01T22:34:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -83,6 +83,18 @@
|
||||
[properties removeAllObjects];
|
||||
}
|
||||
|
||||
- (BOOL) subscriberCanReadMessage
|
||||
{
|
||||
/* This is a HACK until we figure out how to determine a message position in
|
||||
the mailbox hierarchy.... (missing: folderid and role) */
|
||||
NSString *msgClass;
|
||||
|
||||
msgClass = [[sogoObject properties]
|
||||
objectForKey: MAPIPropertyKey (PR_MESSAGE_CLASS_UNICODE)];
|
||||
|
||||
return [msgClass isEqualToString: @"IPM.Microsoft.ScheduleData.FreeBusy"];
|
||||
}
|
||||
|
||||
- (NSDate *) creationTime
|
||||
{
|
||||
return [sogoObject creationTime];
|
||||
|
||||
Reference in New Issue
Block a user