Monotone-Parent: d87756b39fc2fd188457307a1436fbf2bff7cce9

Monotone-Revision: 78bf27c4571563117a85d2db0f4bb11b16e42f81

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-10-24T20:47:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-10-24 20:47:55 +00:00
parent 68990cbe0e
commit 83ec2b0eb1
2 changed files with 134 additions and 4 deletions
+10
View File
@@ -1,5 +1,15 @@
2011-10-24 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreContactsMessage.m (-getPrBody:inMemCtx:): if
the attribute length is 0, return MAPISTORE_ERR_NOT_FOUND.
(-_fetchAttachmentParts, -getPidLidHasPicture:inMemCtx:)
(-attachmentKeysMatchingQualifier:andSortOrderings:)
(-lookupAttachment:): new methods for retrieving contact pictures
in the VCARD.
(_updatePhotoInVCard:fromProperties:): new method that inserts a
"PHOTO" element in the VCARD depending on the PR_ATTACH_*
properties.
* OpenChange/MAPIStoreContactsAttachment.[hm]: new class module
for handling contact "attachments", that is, contact pictures.