mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Monotone-Parent: 7d01af187554df2b24caa2526dd92eea0e8454ee
Monotone-Revision: 140cf39d8e4843502d824435239a59f459c181d7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-17T14:32:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
|
||||
#import <SOGo/SOGoObject.h>
|
||||
|
||||
@class NSString, NSException;
|
||||
@class NSArray;
|
||||
@class NSException;
|
||||
@class NSString;
|
||||
|
||||
@interface SOGoContentObject : SOGoObject
|
||||
{
|
||||
@@ -35,29 +37,29 @@
|
||||
|
||||
/* accessors */
|
||||
|
||||
- (void)setOCSPath:(NSString *)_path;
|
||||
- (NSString *)ocsPath;
|
||||
- (void) setOCSPath: (NSString *) _path;
|
||||
- (NSString *) ocsPath;
|
||||
|
||||
/* folder */
|
||||
|
||||
- (NSString *)ocsPathOfContainer;
|
||||
- (GCSFolder *)ocsFolder;
|
||||
- (NSString *) ocsPathOfContainer;
|
||||
- (GCSFolder *) ocsFolder;
|
||||
|
||||
/* content */
|
||||
|
||||
- (NSString *)contentAsString;
|
||||
- (NSException *)saveContentString:(NSString *)_str
|
||||
baseVersion:(unsigned int)_baseVersion;
|
||||
- (NSException *)saveContentString:(NSString *)_str;
|
||||
- (NSException *)delete;
|
||||
- (NSString *) contentAsString;
|
||||
- (NSException *) saveContentString: (NSString *) _str
|
||||
baseVersion: (unsigned int) _baseVersion;
|
||||
- (NSException *) saveContentString: (NSString *)_str;
|
||||
- (NSException *) delete;
|
||||
|
||||
/* etag support */
|
||||
|
||||
- (id)davEntityTag;
|
||||
- (id) davEntityTag;
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *)outlookMessageClass;
|
||||
- (NSString *) outlookMessageClass;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user