]> err.no Git - scalable-opengroupware.org/blobdiff - SoObjects/Mailer/SOGoMailObject.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1205 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Mailer / SOGoMailObject.h
index 1b5b7591f915debd989b1235f38a25de6f73ad2e..80e0953805ef0ce6c57526081e6a4f4313a4883f 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef __Mailer_SOGoMailObject_H__
 #define __Mailer_SOGoMailObject_H__
 
-#include <SoObjects/Mailer/SOGoMailBaseObject.h>
+#import <SoObjects/Mailer/SOGoMailBaseObject.h>
 
 /*
   SOGoMailObject
@@ -63,6 +63,8 @@
 - (NSArray *)toEnvelopeAddresses;
 - (NSArray *)ccEnvelopeAddresses;
 
+- (NSDictionary *) mailHeaders;
+
 - (id)bodyStructure;
 - (id)lookupInfoForBodyPart:(id)_path;
 
 /* deletion */
 
 - (BOOL)isDeletionAllowed;
-- (NSException *)trashInContext:(id)_ctx;
+- (NSException *) trashInContext:(id)_ctx;
+- (NSException *) copyToFolderNamed: (NSString *) folderName
+                          inContext: (id)_ctx;
+- (NSException *) moveToFolderNamed: (NSString *) folderName
+                          inContext: (id)_ctx;
 
 @end