Monotone-Parent: d54b0a4d8b7cb99ddb2be62efc4a25eece49e483

Monotone-Revision: 93fe348dc7f21b1b581baf867024c1360d74faec

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-24T20:36:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-02-24 20:36:35 +00:00
parent d63c4e2334
commit cd3354f2b0
3 changed files with 255 additions and 10 deletions
+10
View File
@@ -1,5 +1,15 @@
2011-02-24 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreSOGo.m:
(sogo_pocop_get_attachment_table, sogo_pocop_get_attachment)
(sogo_pocop_create_attachment, sogo_pocop_set_table_columns)
(sogo_pocop_get_table_row, sogo_pocop_get_properties)
(sogo_pocop_set_properties, sogo_pocop_release): new backend
methods (with counterparts in SOGoContext) that are used as part
of the new proof-of-concept API, where objects are accessed
directly from memory instead of needed to be resolved via their
fid, mid or aid identifiers.
* OpenChange/MAPIStoreAttachment.m: new super class, derived from
MAPIStoreObject and used for MAPI attachment objects.