Commit Graph

114 Commits

Author SHA1 Message Date
mguessan 6e384ae98a Fix : force encoding to UTF-8 only on caldav connections and URIUtil.decode on DELETE
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@181 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-29 14:24:12 +00:00
mguessan 64e0688f0d Caldav (Calendar) support with free/busy and rename threads
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@179 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-27 00:56:28 +00:00
mguessan 48ca92fdf7 Optimize Http requests on session creation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@161 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-04 10:37:36 +00:00
mguessan 1828202211 Refactored ExchangeSession creation : improved Http connection handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@158 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-04 01:47:10 +00:00
mguessan cd2996f8a1 Added a custom SSLProtocolSocketFactory to allow user to manually accept invalid or self signed certificates
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@150 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-31 17:12:30 +00:00
mguessan 1176f7891b SWT failover for Desktop.browse with Program.launch in AboutFrame
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@147 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-20 11:05:35 +00:00
mguessan 6084afffb5 Improve login method : detect custom login form and destination url
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@132 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-08-24 16:01:03 +00:00
mguessan f6c66f5106 Force utf-8 charset in text/calendar attachments and replace invalid characters
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@125 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-02-14 14:20:37 +00:00
mguessan 3be56bc928 disable webdav debug
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@124 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-02-05 23:55:29 +00:00
mguessan 61282ec454 ExchangeSession refactoring based on "Translate: f" header, makes most message methods obsolete
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@122 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-02-05 23:17:31 +00:00
mguessan fa216c862e From David Ashman : added read message property (not yet needed until IMAP support)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@120 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-02-01 09:47:34 +00:00
mguessan dfeced6478 Another Exchange invalid message header fix : ms-tnef inside MIME part
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@115 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-01-31 22:17:44 +00:00
mguessan 7f8ee78586 Improve initial authentication error handling, detect invalid OWA URL
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@113 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-01-09 16:33:57 +00:00
mguessan e133b81599 Avoid out of bound exception getting attachment by index
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@107 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-11-16 16:18:36 +00:00
mguessan 67e4c1b3b8 add zip and PDF to recognized extensions in attachment content type fix
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@106 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-11-13 22:26:02 +00:00
mguessan dd99fd0d02 double dot filter : avoid end of message in body (triggers DELE errors)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@105 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-11-13 22:23:48 +00:00
mguessan 3f7f9aca5c Do not decode attachment URL twice (fails with % in message title)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@104 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-11-13 22:21:36 +00:00
mguessan 44e4ebf07c Adjust attachment index after refactoring
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@103 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-11-09 11:03:30 +00:00
mguessan 3010981b05 Refactor attachments retrieval to handle multiple files with same name
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@102 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-11-08 22:09:38 +00:00
mguessan 15bde1c236 Various message updates and some code cleanup
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@101 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-11-08 17:12:36 +00:00
mguessan 2a29a7a7c4 fix invalid exchange html : remove inline uppercase processing instructions
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@85 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-23 08:24:17 +00:00
mguessan 1dfae49a2d try to get inline attachment by content id when name not provided
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@81 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-09 11:37:47 +00:00
mguessan 5fea29a973 Failover for invalid mime headers : at least write body
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@75 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-09-25 22:08:06 +00:00
mguessan 4bad3f5577 Yet another MIME header fix (multiline), need a dedicated parser
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@72 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-08-13 08:43:52 +00:00
mguessan d1dadc1eeb Fix renamed attachments and try to get attachment name from Content-Disposition
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@69 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-06-22 07:41:46 +00:00
mguessan f21298b863 Handle attachments renamed to winmail.dat by Exchange
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@68 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-06-18 09:08:35 +00:00
mguessan 4eaabefb2c Specific message in checkConfig on UnknownHostException (may mean network down)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@67 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-05-22 08:37:42 +00:00
mguessan f397e6c117 Return text body if Content-Type is empty
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@66 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-05-16 12:01:44 +00:00
mguessan 81aa7c092c Refactor server/socket/connection layer
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@65 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-05-15 09:37:55 +00:00
mguessan e004248539 support multiline name in attachment header
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@60 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-05-10 21:18:42 +00:00
mguessan 2658817680 fix other checkstyle detected errors
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@59 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-05-09 23:37:24 +00:00
mguessan f6594bcd55 Configure Maven reports and fix some checkstyle detected errors
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@58 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-05-09 22:32:01 +00:00
mguessan 671fd5758a decode tilde in attachment name and allow 302 in testConfig
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@54 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-26 21:56:25 +00:00
mguessan 8ba3b3ac8b Fix regression in stream handling : do not close quoteOs, this would close the underlying stream
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@53 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-26 10:54:42 +00:00
mguessan 8ab4d39cc6 Improve authentication failure handling, send explicit message to client
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@52 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-26 10:29:11 +00:00
mguessan bc5b0ef98a make checkConfig static
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@50 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-25 23:38:43 +00:00
mguessan 93bc82da15 Add a checkConfig method to detect configuration errors at connect time
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@49 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-25 23:29:46 +00:00
mguessan aad97b08b4 Improve exception handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@48 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-25 22:04:37 +00:00
mguessan d2e141e9f7 support delivery status notification report
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@47 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-23 23:35:59 +00:00
mguessan 3582bac793 reimplement index based attachment retrieval
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@46 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-23 22:13:41 +00:00
mguessan b68ce68765 quick fix invalid comments
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@43 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-11 21:47:42 +00:00
mguessan 994a4ebbbd More case insensitive tests on mail headers
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@42 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-03-25 17:24:46 +00:00
mguessan 7ed6ac77ec add recallmessage contentclass support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@41 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-03-21 15:35:51 +00:00
mguessan 6a79873d29 Fix nullpointer when HTML body is empty
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@40 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-03-21 15:08:46 +00:00
mguessan 163e611bd1 support mime encoded attachment name
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@39 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-03-14 15:54:39 +00:00
mguessan c3e80f82fb Improve attachment header processing, should create a dedicated parser
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@38 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-03-14 13:33:56 +00:00
mguessan 47ebe0e153 Improve exception handling : log exception name
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@37 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-03-14 11:55:37 +00:00
mguessan 29e5c570aa fix thunderbird html patch for outlook display
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@28 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-20 10:42:03 +00:00
mguessan bcc1067b89 added inline attachments flag to set Content-Type to multipart/related as needed
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@27 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-08 17:02:45 +00:00
mguessan e195a5f5c8 remove external images from body image list before inline images iteration
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@26 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-08 08:00:17 +00:00
mguessan 08f86575d5 add keep delay to settings panel
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@25 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-07 11:51:08 +00:00
mguessan de81d3d7b8 implement message purge after a delay
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@24 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-07 11:32:44 +00:00
mguessan f471e40dc3 fix ’ in outlook generated body
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@23 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-07 10:54:29 +00:00
mguessan 5bb3bab6c0 another fix for broken office xml
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@22 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-01-10 14:43:52 +00:00
mguessan d0c1710ab9 Add message attachment failover for special cases (message not in read only mode)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@21 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-01-04 16:56:04 +00:00
mguessan 59c424b178 fix attachment index failover
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@20 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-01-02 22:14:01 +00:00
mguessan 73c9fe8ed3 Simplify message attachment : complexity from invalid test case
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@19 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-01-02 10:02:32 +00:00
mguessan dd3e4f9f15 Improve message attachment handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@18 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-01-02 09:51:12 +00:00
mguessan b4f72c034f Fix office XML : empty and default namespace
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@16 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-21 23:38:37 +00:00
mguessan 45ce559cd6 Add cc support to headers rebuild
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@15 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-19 09:41:31 +00:00
mguessan f9b1321101 full inline images rewrite, merge information from htmlBody and OWA generated page to build inline image list
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@14 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-18 21:32:40 +00:00
mguessan 98868aa199 fix inline images support (use both owa generated page and htmlBody), optimize Base64 performance
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@13 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-15 16:44:31 +00:00
mguessan 4626c66e04 Sitch to file based settings
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@10 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-14 15:14:18 +00:00
mguessan 0351a49c9d Main source tree import
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@3 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-12 23:57:24 +00:00