Commit Graph

55 Commits

Author SHA1 Message Date
mguessan 325aa81ab3 Carddav: Implement picture delete and private flag over EWS
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1196 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-18 23:36:25 +00:00
mguessan 144e86dc74 Carddav: handle picture delete
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1195 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-18 22:54:54 +00:00
mguessan 9a701c6385 Carddav: fix boolean field handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1194 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-18 21:33:22 +00:00
mguessan e407485e9b Fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1192 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-18 19:56:47 +00:00
mguessan f1075c57e7 Carddav: implement CLASS (private) flag
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1191 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-18 12:26:12 +00:00
mguessan 25bd69f3da Carddav: implement photo update over WebDav
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1189 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-17 21:29:13 +00:00
mguessan 4131c0f505 Dav: fix nullpointer in DavExchangeSession
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1186 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-13 12:46:14 +00:00
mguessan 63324f9a78 Carddav: implement categories
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1184 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-13 09:56:48 +00:00
mguessan a702183d1a CardDav: make getContactPhoto more robust
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1178 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 23:09:27 +00:00
mguessan ecca2c65b7 Dav: handle null properties with new createMessage
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1176 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 22:34:19 +00:00
mguessan c7d6607f40 Major refactoring: use straight inpustream instead of reader everywhere
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1175 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 16:35:46 +00:00
mguessan 1a5e963c1b DAV: another datereceived fix
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1174 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 12:43:42 +00:00
mguessan a0339007c4 EWS: implement calendar event create or update, processed field, subfolder path handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1164 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-09 23:53:28 +00:00
mguessan f96c8989dd EWS: fix internaldate conversion
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1163 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-09 21:25:18 +00:00
mguessan aad346900d LDAP: fix regression after EWS refactoring
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1152 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 14:20:17 +00:00
mguessan 944da102e3 Caldav: move processItem logic back to CaldavConnection
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1149 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 12:55:13 +00:00
mguessan be39c055bb EWS: implement more contact and event methods
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1146 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 09:20:42 +00:00
mguessan d182bcca5e Carddav: implement contact photo support (readonly)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1144 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 23:40:48 +00:00
mguessan c5642d4b41 Carddav: bday, assistant, manager and spouse properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1142 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 16:49:57 +00:00
mguessan 27ad92e9b9 Carddav: Implement phone, address and email properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1138 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 13:42:24 +00:00
mguessan e6ef48c90e Carddav: fix contact folder path handling and add create contact unit test
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1136 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 10:20:52 +00:00
mguessan b988bd2f12 Carddav: refactor Contact creation and create VCardReader
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1134 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 09:46:55 +00:00
mguessan 72dff67421 EWS: various flag handling fixes, implement message delete
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1127 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-05 13:48:43 +00:00
mguessan fd419ae661 EWS: implement getContent
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1126 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-05 10:23:51 +00:00
mguessan d80f60a44b EWS: implement create and update message
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1124 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-05 09:58:18 +00:00
mguessan 1038fa5d1b Dav: fix bug 3022451 in new search filter implementation with empty sub conditions
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1117 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-01 14:23:31 +00:00
mguessan 3320d19494 LDAP: use PR_SEARCH_KEY instead of DAV:uid as uid string
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1115 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-01 12:47:57 +00:00
mguessan d7506d9f67 CardDav: move Contact getBody to ExchangeSession and add more attributes support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1113 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-30 21:38:01 +00:00
mguessan b97ce4cdfd DAV: implement timezone mapping for Exchange 2007, should fix the allday issue with Outlook
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1108 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-28 23:31:07 +00:00
mguessan c5ef2d1f15 DAV: use search expression to request ishidden
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1107 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-28 16:26:08 +00:00
mguessan d586ffcd3f DAV: fix regression in deleteItem
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1106 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-25 23:22:40 +00:00
mguessan 94df7b45d8 DAV: fix regression 3020385 on folder handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1105 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-23 22:27:42 +00:00
mguessan 0b5968a7c8 Refactor folder search to use searchItems
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1104 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-22 22:30:27 +00:00
mguessan 3f9f49fc1e EWS: fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1102 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-21 20:37:20 +00:00
mguessan 88520bb591 Caldav: remove buildCalendarPath method
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1101 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-21 13:52:09 +00:00
mguessan dc6051da1a DAV: fix from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1100 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-21 09:38:24 +00:00
mguessan 878f30818e DAV: add unit tests, move buildCalendarPath logic to getFolderPath
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1099 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-20 22:12:36 +00:00
mguessan d552bc2993 EWS: move mailbox folder urls to DavExchangeSession
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1098 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-19 21:35:09 +00:00
mguessan 0bd3eba7c4 EWS: use searchContacts in contactFind
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1097 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-18 21:12:46 +00:00
mguessan a038a0a61f EWS: fix regression in deleted flag handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1096 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-17 23:04:38 +00:00
mguessan 9a2149ef93 EWS: refactor contactFind, use new Condition API
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1095 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-17 22:37:33 +00:00
mguessan c8d0cda1b2 EWS: still more WebDav code to DavExchangeSession
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1093 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-16 21:43:11 +00:00
mguessan cc454e388c EWS: move more WebDav code to DavExchangeSession
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1092 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-16 13:30:36 +00:00
mguessan 2b9d0061c0 EWS: Various fixes after refactoring on DASL request generation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1091 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-16 12:06:59 +00:00
mguessan d344693d1e EWS: in progress refactoring of contacts and events handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1090 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-15 14:51:49 +00:00
mguessan 7b7fa90edf IMAP: fix 3014787 remove property over WebDav
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1089 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-11 22:12:37 +00:00
mguessan 8d619cae9a EWS: implement folder ctag, remove deprecated foldername property
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1086 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-10 20:47:55 +00:00
mguessan 0394dda045 EWS: move WebDav message write and delete to DavExchangeSession
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1085 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-09 09:52:12 +00:00
mguessan 38f74f5c75 EWS: move WebDav code to DavExchangeSession
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1084 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-09 09:13:13 +00:00
mguessan 51936619e3 EWS: refactor IMAP search, use Conditions classes instead of string search filder
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1083 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-08 22:21:53 +00:00