propagate from branch 'ca.inverse.sogo.1_3_14' (head 3c8a49fe7ef93ec55aaeef9dd064be1de6052cfe)

to branch 'ca.inverse.sogo' (head d93bbab8d949fa50be1d182af68b2eecf4c79105)

Monotone-Parent: 3c8a49fe7ef93ec55aaeef9dd064be1de6052cfe
Monotone-Parent: d93bbab8d949fa50be1d182af68b2eecf4c79105
Monotone-Revision: 8d867d6c59e7ebea428c107ce0681159571e7c90

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-21T15:50:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-03-21 15:50:33 +00:00
11 changed files with 141 additions and 13 deletions
+23
View File
@@ -17,6 +17,29 @@
(_contentForEditingFromKeys:): prefer the HTML part over the text
part when composing HTML messages.
2012-03-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUserFolder.m (-davLastName, -davFirstName):
quick and dirty implementation of those getters.
* OpenChange/MAPIStoreAppointmentWrapper.m (-_setupITIPContext):
ensure method is uppercase.
* OpenChange/MAPIStoreCalendarMessage.m
(-getPidLidAppointmentSequence:inMemCtx:): new getter.
(-save): properly initialize CREATED, LAST-MODIFIED, DTSTAMP and
SEQUENCE from MAPI properties.
* OpenChange/MAPIStoreAppointmentWrapper.m
(-getPidLidAppointmentSequence:inMemCtx:): new getter.
* OpenChange/NSDate+MAPIStore.m (-isNever): new accessor for dates
occurring in 4500.
* OpenChange/MAPIStoreTypes.m (MAPIChangeKeyGUIDCompare): NSData
arguments passed as "id" due to the pickiness of some versions of
gcc.
2012-03-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Main/SOGo+DAV.m (_fillCollections:where:matches:inContext:):