Commit Graph

163 Commits

Author SHA1 Message Date
mguessan 1a92e17d07 Dav: experimental, try to reset session timeout with a GET method
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1666 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-04-13 21:34:00 +00:00
mguessan 48f2f5196a Dav: do not try property update failover on 507 SC_INSUFFICIENT_STORAGE
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1660 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-04-11 09:58:22 +00:00
mguessan 54fcff3739 IMAP: implement Recent flag on new messages based on read flag and creation/modification date
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1658 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-04-08 13:55:20 +00:00
mguessan bc0e157340 Dav: log search response count
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1615 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-02-02 21:56:22 +00:00
mguessan 068c782346 Additional session create log statement
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1599 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-01-06 09:36:28 +00:00
mguessan e855b56071 SMTP: workaround for misconfigured Exchange servers: failover on Draft message creation through properties. Warning: attachments are lost
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1585 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-12-28 19:39:28 +00:00
mguessan 1615f4991b EWS: fix Caldav inbox handling over EWS
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1583 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-12-21 12:42:56 +00:00
mguessan 5dbd82753b Fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1582 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-12-17 13:06:11 +00:00
mguessan 28dbdc41b2 Dav: make sure Destination contains full url and not only path, may fix SMTP send and IMAP copyMessage on Exchange 2003
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1562 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-11-26 10:45:37 +00:00
mguessan 47e90d9bec Do not send Exchange 2003 appointment creation request to Exchange 2007
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1561 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-11-26 10:24:00 +00:00
mguessan 3bc182ff08 Failover for misconfigured Exchange server, replace host name in url
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1560 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-11-25 22:32:38 +00:00
mguessan f81c17b1bd IMAP: encode source path in copyMessage
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1552 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-11-22 22:42:37 +00:00
mguessan e07438a445 Caldav: use rebuild event from MAPI properties failover in all error cases
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1549 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-11-22 09:37:56 +00:00
mguessan 90d6648413 IMAP: throw error on 440 Login Timeout to avoid message corruption
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1538 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-11-09 22:12:38 +00:00
mguessan 3d1c8abfd9 Caldav: Fix bug in Dav mode with broken events dtstart -> dtend
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1524 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-11-03 22:58:56 +00:00
mguessan 3e9bca74e5 IMAP: failover in message copyon 404 not found
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1518 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-10-27 08:52:27 +00:00
mguessan 6a9ea37f60 EWS: automatically detect Webdav not available and set davmail.enableEws flag
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1499 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-10-08 09:25:58 +00:00
mguessan 76fbfe3c66 Caldav: Create fake DTEND on broken event
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1496 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-10-05 22:35:33 +00:00
mguessan a643b5741d Handle exceptions on invalid UTF-8 characters or unexpected content triggered by XmlStreamReader.getElementText (based on patch 3081264)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1492 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-10-05 09:41:04 +00:00
mguessan 2616e823fa Caldav: implement main calendar folder rename
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1490 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-10-04 21:24:50 +00:00
mguessan 890c7e425e IMAP: workaround for broken message (500 error), rebuild mime message from properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1483 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-29 23:28:22 +00:00
mguessan bd9fad4282 Fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1479 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-27 09:37:59 +00:00
mguessan f9bb5884f9 Caldav: detect invalid events with empty dtstart property
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1478 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-27 09:36:00 +00:00
mguessan 8a49d74078 Restore cookies on error
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1459 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-18 21:17:03 +00:00
mguessan c767c2276f Improve buildSessionInfo failover
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1458 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-17 20:42:39 +00:00
mguessan 8ff8591992 Caldav: improve timezone error handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1452 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-15 21:03:45 +00:00
mguessan e3b355034a Fix regression in Exchange 2007 over Dav session
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1451 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-15 05:42:59 +00:00
mguessan 488b01756c Enable Webdav/Galfind failover on Exchange 2007
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1446 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-14 20:33:06 +00:00
mguessan 6d1b4e384a Caldav: reinsert the deleteBroken check
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1445 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-14 20:22:18 +00:00
mguessan 50fc71c7f1 Caldav: additional VCalendar properties for rebuilt item: VALARM (reminder)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1441 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-13 20:08:05 +00:00
mguessan 7619bb715d Caldav: additional VCalendar properties for rebuilt item: RRULE, EXDATE, CLASS
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1440 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-13 19:27:16 +00:00
mguessan cb2b6baac3 Caldav: failover for broken event, rebuild VCalendar content from raw properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1439 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-13 16:07:49 +00:00
mguessan 356d8afdd2 SMTP: new try at encoding fix: set mailOverrideFormat and messageFormat
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1436 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-09 21:22:05 +00:00
mguessan b8e4570681 LDAP: fix regression on iCal 3 search completion
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1434 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-09 19:30:25 +00:00
mguessan a72a43741a SMTP: try to force IMS encoding mode according to message contenttype
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1430 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-08 21:13:38 +00:00
mguessan 146790a237 Caldav: basic move item implementation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1427 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-07 21:09:53 +00:00
mguessan f944efe43d SMTP: switching back to Draft then send mode over DAV for calendar messages
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1425 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-06 21:20:57 +00:00
mguessan 6c62dbc2af SMTP: switching back to Draft then send mode over DAV
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1424 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-06 15:34:08 +00:00
mguessan 9aaa99213b LDAP: another gallookup detection fix to improve address completion in thunderbird
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1419 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-03 12:54:21 +00:00
mguessan e61d5cbbe5 SMTP: always remove From header with Exchange 2007 and 2010
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1404 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-01 07:03:34 +00:00
mguessan f9427feaf5 IMAP: implement shared mailbox access
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1402 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-09-01 00:15:36 +00:00
mguessan 6e6bdf80f6 Caldav: switch back to contentclass to get calendarmessages over webdav
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1401 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-08-31 23:43:56 +00:00
mguessan 3b829cefdc Caldav : revert previous changes and fix meeting cancel support (IPM.Schedule.Meeting.Canceled)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1400 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-08-31 23:11:32 +00:00
mguessan eece3d6b85 Caldav: move to trash on processItem
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1399 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-08-31 22:55:49 +00:00
mguessan 98ae8917c0 Fix XMLStreamUtil regression
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1393 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-08-28 20:31:17 +00:00
mguessan 4962684d0f Refactor XMLStreamUtil
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1392 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-08-28 20:21:31 +00:00
mguessan 0529be03a1 Caldav: make timezone name retrieval more robust
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1391 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-08-27 07:13:51 +00:00
mguessan bd6bf0b395 Caldav: move delete broken event logic to DavExchangeSession
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1381 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-08-24 21:12:09 +00:00
mguessan d4a0a3e341 Caldav: improve event logging, include subject
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1378 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-08-24 20:27:41 +00:00
mguessan 0d7dd47db2 IMAP: handle 507 InsufficientStorage error
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1377 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-08-24 09:28:40 +00:00