mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 07:03:19 +00:00
Monotone-Parent: 8938a93c5d8a73495a153d6ff7e5a25d822508b6
Monotone-Revision: e601e6752075d7fd29292db43a547cb1ab679059 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-05T23:27:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
2010-11-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreContext.m: added a private category to NSObject.
|
||||
(+[NSObject objectFromSPropValue:]) new generic constructor for
|
||||
converting mapi types to NS* types.
|
||||
(-init): added a new "messages" NSMutableDictionary ivar for
|
||||
storing messages in constructions.
|
||||
(-createMessageWithMID:inFID:): implemented method by registering
|
||||
a new message object in "messages".
|
||||
(-setPropertiesWithFMID:type:inRow:): implemented the message part
|
||||
of the method by resolving the message passed as parameter and
|
||||
passing it to the new setPropertiesOfMessage:fromRow: method.
|
||||
(-setPropertiesOfMessage:fromRow:): new method that wanders in the
|
||||
property array of the aRow parameter, converts each member via
|
||||
+[NSObject objectFromSPropValue:] and stores the result in the
|
||||
message passed as parameter.
|
||||
|
||||
* OpenChange/NSDate+MAPIStore.[hm]: this module now implements a
|
||||
category for NSDate rather than NSCalendarDate.
|
||||
(+dateFromFileTime): new method that returns an NSDate from a
|
||||
|
||||
Reference in New Issue
Block a user