mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Monotone-Parent: 130c60706cf2d64c1389d2675c1cffcb607d2717
Monotone-Revision: 110dbcea5d14646733928a01d28e5b2958b6421f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-04T03:53:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -142,6 +142,7 @@
|
||||
- (void) dealloc
|
||||
{
|
||||
[content release];
|
||||
[MAPIContent release];
|
||||
[creationDate release];
|
||||
[lastModified release];
|
||||
[super dealloc];
|
||||
@@ -480,4 +481,16 @@
|
||||
return @"<default>";
|
||||
}
|
||||
|
||||
/* MAPI support */
|
||||
- (NSString *) MAPIContent
|
||||
{
|
||||
return MAPIContent;
|
||||
}
|
||||
|
||||
- (void) setMAPIContent: (NSString *) theContent
|
||||
{
|
||||
ASSIGN(MAPIContent, theContent);
|
||||
}
|
||||
|
||||
|
||||
@end /* SOGoContentObject */
|
||||
|
||||
Reference in New Issue
Block a user