mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-01 08:29:45 +00:00
Monotone-Parent: 55b27cea4512267428af5613642488fa4b4f83fb
Monotone-Revision: 674dec9c0680a0ce5418d7dc05b15bc69a65f379 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-27T15:59:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
2011-10-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreObject.m (-canGetProperty:): new method that
|
||||
determines whether a property can be requested on a
|
||||
MAPIStoreObject instance or descendant thereof, in order to take
|
||||
different ways of fetching properties into account, whether
|
||||
through a dynamic getter or some dictionary...
|
||||
(-getAvailableProperties:inMemCtx:): now compute the returned
|
||||
array based on the result of invocations of -[self
|
||||
canGetProperty:].
|
||||
|
||||
* OpenChange/MAPIStoreFSMessage.m
|
||||
(+getAvailableProperties:inMemCtx:): fixed a leak by attaching the
|
||||
array of enum MAPITAGS to "properties".
|
||||
(-canGetProperty:): overriden method.
|
||||
|
||||
* OpenChange/MAPIStoreVolatileMessage.m: MAPIStoreMemMessage renamed
|
||||
to MAPIStoreVolatileMessage.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user