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:
Wolfgang Sourdeau
2011-07-13 21:41:58 +00:00
parent 78e8ffe78f
commit 53d65fddb8
16 changed files with 565 additions and 642 deletions
+12
View File
@@ -17,6 +17,18 @@
2011-07-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreContext.m (-init): removed the messages
cache dictionary, as its purpose has been superseeded by the
features of the "POC api".
* OpenChange/MAPIStoreSOGo.m (sogo_op_openmessage)
(sogo_op_createmessage): now return a "poc api"-compatible
object.
(sogo_op_savechangesmessage, sogo_op_submitmessage)
(sogo_op_modifyrecipients): replaced methods with pocop
implementations.
(sogo_op_*attach*): methods to their final form'
* OpenChange/NSObject+MAPIStore.m (MAPIStoreTallocWrapperDestroy):
the object release now occurs within an NSAutoreleasePool.