mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 01:15:24 +00:00
Monotone-Parent: 79dc6e23f29ab39ef98de2d45f1c37249b3c4152
Monotone-Revision: 5b4c993653702d15ad66f63a1c94781ddd2e36aa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-13T21:41:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#import "MAPIStoreObject.h"
|
||||
|
||||
@class NSData;
|
||||
@class MAPIStoreAttachmentMessage;
|
||||
|
||||
@interface MAPIStoreAttachment : MAPIStoreObject
|
||||
@@ -35,10 +36,10 @@
|
||||
- (void) setAID: (uint32_t) newAID;
|
||||
- (uint32_t) AID;
|
||||
|
||||
- (int) openEmbeddedMessage: (MAPIStoreAttachmentMessage **) message
|
||||
- (int) openEmbeddedMessage: (MAPIStoreAttachmentMessage **) messagePtr
|
||||
withMID: (uint64_t *) mid
|
||||
withMAPIStoreMsg: (struct mapistore_message *) mapistoreMsg
|
||||
andFlags: (enum OpenEmbeddedMessage_OpenModeFlags) flags;
|
||||
withMAPIStoreMsg: (struct mapistore_message **) mapistoreMsgPtr
|
||||
inMemCtx: (TALLOC_CTX *) memCtx;
|
||||
|
||||
/* helpers */
|
||||
- (NSData *) mimeAttachTag;
|
||||
|
||||
Reference in New Issue
Block a user