Added methods for PROPFIND

Monotone-Parent: 2b6cf9ec13774912de440dcfe08a03df4a580d4e
Monotone-Revision: 8db3f67f47d18d68431d7ffb603fcf636ac4bc9b

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-10-01T20:16:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-10-01 20:16:52 +00:00
parent bf093a8053
commit 7524610f5c
3 changed files with 251 additions and 1 deletions
+9
View File
@@ -1,3 +1,12 @@
2009-10-01 Cyril Robert <crobert@inverse.ca>
* SoObjects/Mailer/SOGoMailObject.m: Added methods required for PROPFIND /
REPORT: _fetchProperty:, _hasFlag:, _emailAddressesFrom:, davDate,
hasAttachment, read, textDescription, cc, from, inReplyTo, messageId,
received, references, davDisplayName, to
* Tests/test-maildav.py (testPROPFIND): Added tests for the new MailDAV
PROPFIND.
2009-10-01 Cyril Robert <crobert@inverse.ca>
* SoObjects/Mailer/SOGoMailFolder.m