1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-11-16 14:25:03 -05:00
Commit Graph

1090 Commits

Author SHA1 Message Date
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
c4631c5dc4 Carddav: Remove missing properties on update
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1193 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-18 19:59:13 +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
09640307dc Carddav: convert image to jpeg over EWS
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1190 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-17 21:34:14 +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
a2adb8f897 Carddav: implement photo handling over EWS
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1188 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-17 10:45:21 +00:00
mguessan
f51bc940cb SMTP: Fix DoubleDotInputStream pushback size
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1187 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-13 17:03:29 +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
641dcaeeb1 Carddav: implement categories support in EWS mode
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1185 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-13 11:27:12 +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
be64383007 Carddav: get SMTP email address
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1183 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-13 08:12:29 +00:00
mguessan
649bc9cb3b Carddav: move value decoding back to VCardReader
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1182 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-13 07:57:25 +00:00
mguessan
9a8323b26b Carddav: decode multiline values
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1181 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-13 07:53:39 +00:00
mguessan
c9d908316a Carddav: encode comma and \n in values
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1180 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-13 07:08:40 +00:00
mguessan
2cab4c6ded Fix regression in AbstractConnection: return null instead of empty string on closed connection
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1179 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-13 07:07:29 +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
50d501e5dd LDAP: fix attribute map
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1177 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 22:35:11 +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
6dd90d4b03 EWS: send extended properties first on update
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1173 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 12:42:11 +00:00
mguessan
c589af80ab EWS: format datereceived date
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1172 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 12:40:48 +00:00
mguessan
6a6bb21450 EWS: fix bug in UnindexedFieldURI
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1171 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 12:25:21 +00:00
mguessan
bf5c6f81a6 SMTP: last CRLF is not included in message content
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1170 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 10:23:30 +00:00
mguessan
0d060ca1f0 EWS: update createMessage bcc handling to match sendMessage
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1169 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 06:42:09 +00:00
mguessan
7a2c4d1998 EWS: implement bcc support in sendMessage
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1168 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-12 06:21:31 +00:00
mguessan
d9ecb65c0d EWS: implement send message (SMTP)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1167 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-11 22:50:20 +00:00
mguessan
dcf3232161 EWS: fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1166 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-11 00:13:28 +00:00
mguessan
72e57df57a EWS: fix CalendarItem creation, no need to wrap ics in a MIME message
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1165 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-10 22:42:48 +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
b021c2b42f IMAP: new seen flag test case
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1162 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-09 12:54:00 +00:00
mguessan
a36576ce48 Doc: fix default domain label
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1161 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-09 12:53:34 +00:00
mguessan
cbeff39eaf EWS: convert read flag to boolean and noneMatch/etag to detect create or update on items
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1160 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-09 12:52:45 +00:00
mguessan
6ec5d21c1c EWS: use UnindexedFieldURI for read flag
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1159 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-09 12:51:33 +00:00
mguessan
5a734d8a8a Carddav: iPhone iOS4 compatibility
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1158 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-08 23:27:36 +00:00
mguessan
419c8cdbb7 EWS: fixes for Caldav and Carddav compatibility
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1157 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-08 23:26:41 +00:00
mguessan
8661b0f0d9 Caldav: Workaround for Lightning/1.0b2 href encoding bug in REPORT requests
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1156 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 23:09:34 +00:00
mguessan
15186f8d22 Doc: new FAQ entry on OSX auto start "Login Items"
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1155 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 22:25:37 +00:00
mguessan
b5340ede88 Doc: typos fixes from Raphael Fairise
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1154 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 21:54:20 +00:00
mguessan
69d1ff7a9f POP: allow space in username
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1153 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 16:02:28 +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
602b57a8f0 EWS: fix folder id regression
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1151 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 13:19:16 +00:00
mguessan
4ba0df7ae1 EWS: fix country contact property mapping
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1150 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 13:18:33 +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
90df0e2fdf EWS: implement getItem and various contact handling fixes
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1148 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 12:29:41 +00:00
mguessan
ff428fa307 EWS: map all contact properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1147 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 09:56:35 +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
9371f57285 Caldav: Workaround for emClient broken href encoding
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1145 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-07 09:19:22 +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
ec74b95229 Carddav: implement quoted param value support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1143 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 23:31:55 +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
2e3f7bfc0b Carddav: other address and homeposteofficebox properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1141 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 16:26:55 +00:00
mguessan
72fb2053d4 Carddav: instant messaging and role properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1140 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 15:52:38 +00:00
mguessan
8c15ffec9c Carddav: more properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1139 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 14:02:40 +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
96b816b42b Carddav: handle multiple values on a single line and add new properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1137 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 10:54:04 +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
fb5f496960 LDAP: use imap uid as ldap uid
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1135 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 09:49:26 +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
6e6326ac70 Dav: switch back to DAV:uid, used mainly in POP service (case sensitive)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1133 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 09:45:25 +00:00
mguessan
7379cdbb40 Disable ConsoleAppender in gui mode
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1132 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-06 09:43:39 +00:00
mguessan
e1b12c63ef IMAP: fix regression on imap uid restore
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1131 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-05 16:28:10 +00:00
mguessan
6ed9845497 EWS: implement copy method
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1130 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-05 15:03:35 +00:00
mguessan
f27a979fee EWS: datereceived flag support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1129 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-05 14:35:30 +00:00
mguessan
e2fa43e9e1 EWS: handle bcc field
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1128 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-05 14:23:26 +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
e63ae48216 EWS: fix iconIndex flag property
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1125 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-05 10:22:48 +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
c3430975c4 IMAP: fix 3023386, support BODY.PEEK[1.MIME] partial fetch
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1123 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-02 06:45:12 +00:00
mguessan
795989445e IMAP: new unit tests and fix $Forwarded flag removal
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1122 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-02 06:37:18 +00:00
mguessan
0cd0bba054 EWS: fix single value in MultiCondition handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1121 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-01 16:37:05 +00:00
mguessan
190a39cad7 EWS: rely on uid (PR_SEARCH_KEY) instead of permanentUrl to detect imap uid changes
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1120 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-01 16:19:24 +00:00
mguessan
72ee220550 EWS: implement searchMessages
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1119 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-01 16:12:57 +00:00
mguessan
273bc920e7 IMAP: implement deleted/undeleted search as condition instead of post filter
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1118 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-01 15:07:16 +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
ad42f58f24 IMAP: add IMAP unit test
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1116 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-07-01 13:27:49 +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
6d2fecdd9a EWS: fix bug in MultiCondition search
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1114 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-30 21:59:56 +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
f52ea840e4 EWS: fix from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1112 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-30 21:36:13 +00:00
mguessan
342b5d4e12 EWS: implement folder handling, including the new MoveFolderMethod
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1111 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-29 14:15:50 +00:00
mguessan
d961b647fa DAV: Add folder unit tests
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1110 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-29 08:45:06 +00:00
mguessan
24d6dac7fb DAV: add private and sensitivity fields
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1109 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-29 08:43:42 +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
c0d4e791f9 DAV: use Email1EmailAddress mapi property to get mail attribute, add uid attribute
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1103 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-06-22 08:37:34 +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