Commit Graph

787 Commits

Author SHA1 Message Date
mguessan 23a5f3e560 EWS: refactor EWS code
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1058 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-18 17:05:12 +00:00
mguessan 48afdb8f8b EWS: experimental HttpClient based EWS methods
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1057 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-18 11:50:00 +00:00
mguessan 0f885b13df Fix 3001579: improve NTLM support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1056 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-14 13:59:22 +00:00
mguessan 56768b40ad Caldav: workaround for iCal bug: do not notify if reply explicitly not requested
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1054 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-14 10:52:50 +00:00
mguessan af00797c99 OSX: implement growl support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1053 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-13 19:38:12 +00:00
mguessan 335402a52d Cleanup: System.setProperty of httpclient.useragent no longer needed
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1046 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-13 12:38:07 +00:00
mguessan 358a9fed91 Caldav: add CRLF after END:VCALENDAR to comply with RFC
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1045 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-13 12:36:45 +00:00
mguessan 42023dd69a Caldav: fix regression in getItem, allow urn:content-classes:calendarmessage contentClass
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1044 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-13 12:35:09 +00:00
mguessan 2f28151a64 Improve item not found logging
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1043 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-12 09:16:20 +00:00
mguessan b17035afb2 IMAP: Add a new hidden davmail.deleteBroken setting to delete broken messages
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1042 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-11 12:52:15 +00:00
mguessan 3276be1a14 Log gateway stop at info level
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1041 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-11 09:15:56 +00:00
mguessan a92f206541 Improve empty keystore password handling to avoid NullPointerException
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1040 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-11 09:10:35 +00:00
mguessan 4763d94aca IMAP: implement a new imapAutoExpunge setting to delete messages immediately over IMAP
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1038 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-10 09:19:25 +00:00
mguessan 0910d22a93 Caldav: Fix Carddav etag handling (additional Head request) and implement card delete
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1037 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-07 10:03:49 +00:00
mguessan 956f1b26a0 Caldav: Implement Carddav create (only a few attributes mapped)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1036 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-07 08:30:12 +00:00
mguessan 0faf2497db Caldav: Implement basic Carddav search requests
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1035 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-06 19:26:44 +00:00
mguessan d97edeeed0 IMAP: send BAD instead of BYE on exception
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1029 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-04 08:37:19 +00:00
mguessan d441d8ab1d Use https in default Exchange url
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1028 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-04 08:36:27 +00:00
mguessan 5b10d50f18 Make sure log messages are not localized
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1027 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-05-04 08:35:40 +00:00
mguessan 2ec68b96fa IMAP: fix 2992976, implement complex index and uid range in SEARCH
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1024 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-28 15:33:17 +00:00
mguessan 93d8eef377 Caldav: fix 2991030 tasks disappeared
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1023 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-23 15:16:05 +00:00
mguessan ffdaab386b Remove unused messageId field
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1022 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-23 15:00:10 +00:00
mguessan ec6634d043 IMAP: Handle exception during IDLE
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1021 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-23 14:59:30 +00:00
mguessan d1391d9ffe Do not shutdown connection manager on restart
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1020 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-23 14:58:44 +00:00
mguessan ec76698bcc IMAP: add a new setting to enable/disable IDLE
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1019 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-23 14:43:04 +00:00
mguessan 97bb065a9b IMAP: use getRawInputStream instead of writeTo to avoid MIME message changes, cache message body in SharedByteArrayInputStream
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1018 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-23 13:42:37 +00:00
mguessan 7535496934 Allow Exchange server to use gzip compression
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1016 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-23 10:17:20 +00:00
mguessan 52612dddb4 IMAP: poll folder every 30 seconds in IDLE mode, clear cached message
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1014 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-22 21:50:16 +00:00
mguessan 06e828657c Caldav: add VTODO to supported-calendar-component-set response
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1012 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-22 10:57:56 +00:00
mguessan 9e7813132e Improve NTLM mode detection
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1011 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-22 10:32:44 +00:00
mguessan 9e478908e7 IMAP: implement IDLE extension (RFC2177)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1010 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-22 09:41:41 +00:00
mguessan d53078d254 JCIFS based NTLMv2 implementation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1009 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-22 08:09:09 +00:00
mguessan e0cf54495d Hardcode /owa/ path in getAliasFromOptions and getEmailFromOptions for Exchange 2007, improve failure message
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1008 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-20 15:01:22 +00:00
mguessan 50adca5572 IMAP: fix 2971184, do not decode content in partial fetch (replace getDataHandler with PartOutputStream)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1007 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-20 09:16:20 +00:00
mguessan 7778e4ea69 Caldav: fix regression in getAllDayLine()
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1006 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-15 12:56:55 +00:00
mguessan 5afe512501 Caldav: make shared calendar test case insensitive
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1004 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-14 20:08:33 +00:00
mguessan 2c36e396d8 Caldav: 0 or no value in caldavPastDelay means no limit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1003 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-14 20:01:51 +00:00
mguessan 1df2e961ed Improve xmlEncode, use compiled static patterns
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1002 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-13 22:30:04 +00:00
mguessan d434b7de63 Update Internet Explorer User-Agent string, drop deprecated IE6 string
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@998 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-12 22:38:26 +00:00
mguessan 9156bb8a60 Caldav: fix private events filter condition
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@996 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-12 08:55:47 +00:00
mguessan 0dc6a3547d Caldav: Fix from audit and improve invalid event logging
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@995 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-12 08:54:53 +00:00
mguessan 2e8a130e0f SMTP: implement AUTH LOGIN username (with optional initial-response, see RFC2554)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@992 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-07 22:02:58 +00:00
mguessan 12c8ab9e49 Add a new setting to disable startup notification window (contribution from jsquyres)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@991 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-07 20:23:48 +00:00
mguessan 2227622a9f IMAP: Keep a single message in MessageList cache to handle chunked fetch, reenable maxSize in ImapConnection.
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@990 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-06 09:20:09 +00:00
mguessan 4789993fb9 IMAP: implement subparts partial fetch
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@989 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-06 08:31:53 +00:00
mguessan f0a7f1ae76 IMAP: Fix message write, double dot only for POP, not IMAP
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@988 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-02 15:35:37 +00:00
mguessan 0187caaa3f IMAP: Do not advertise not yet supported custom flags
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@987 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-01 22:21:48 +00:00
mguessan 67e10a2ba8 Carddav: refactor folder handling code to prepart CardDav support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@984 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-01 09:12:44 +00:00
mguessan 28c02c9a3a IMAP: fix from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@983 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-04-01 09:11:32 +00:00
mguessan e952f0d4be IMAP: major FETCH implementation refactoring, make code simpler and more efficient
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@980 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2010-03-31 21:47:45 +00:00