Commit Graph

2062 Commits

Author SHA1 Message Date
mguessan c248bb4acf Fix : avoid duplicate entries on email detection (Authentication failure with Exchange 2007)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@264 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-28 21:48:33 +00:00
mguessan 36a84845e5 Add some more debug info on login and a response on Caldav HTTP root
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@263 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-26 21:00:33 +00:00
mguessan 36fdbc096c fix LDAPV3 test
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@262 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-26 14:02:26 +00:00
mguessan 5f0fa036df Adjust calendar doc for iCal users
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@260 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-26 13:38:01 +00:00
mguessan d66375bf5c Fix LdapConnection thread name
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@259 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-26 13:21:39 +00:00
mguessan 723bb01c29 Activate full calddav debug trace if wire DEBUG selected
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@258 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-26 12:35:08 +00:00
mguessan cb9ed86e1d Caldav : disable full debug trace
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@257 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-25 22:56:19 +00:00
mguessan a3191fbde2 fix Caldav : return 404 if recipient unknown on freebusy and handle busy at interval end
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@256 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-25 22:51:57 +00:00
mguessan d0ebab2d7f Fix : use email instead of mailbox name for webdav path with Exchange 2007
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@255 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-25 22:16:24 +00:00
mguessan 2107f7a223 iCal fix : do not test depth on REPORT
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@254 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-24 17:00:13 +00:00
mguessan 43f4f632b5 iCal fix : implement GET request on event
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@253 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-24 16:57:34 +00:00
mguessan 7b33fce14b full debug trace on caldav
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@252 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-24 15:52:13 +00:00
mguessan 9f0981b294 iCal fix : Also send events on propfind if depth is 1
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@251 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-24 15:29:03 +00:00
mguessan 8b91796bed Fix inbox resourcetype
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@249 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-24 10:06:29 +00:00
mguessan 0b3d0c89f6 fix : ExchangeSession pool did not work with Exchange 2007
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@248 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-23 22:01:29 +00:00
mguessan 8dd5e178c9 build inbox responses for iCal
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@247 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-23 21:34:39 +00:00
mguessan 6ca58fdbcc Remove depth depth for iCal
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@246 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-23 18:06:20 +00:00
mguessan 738ff861ea Disable galLookup on error (not supported by Exchange 2007)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@245 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-23 15:20:50 +00:00
mguessan 441955eadc Caldav fix for iCal : allow /user instead of /user/ and /calendar instead of /calendar/
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@244 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-23 14:28:18 +00:00
mguessan 30a81908bb Fix mailPath with Exchange 2007 : should end with a /
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@243 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-23 14:16:29 +00:00
mguessan a05593b50e Fix : skip From: header in sendMessage to avoid 403 forbidden with Exchange 2007
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@242 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-23 14:09:46 +00:00
mguessan 621e894204 Another hack to make Exchange 2007 authentication work
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@241 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-23 00:14:41 +00:00
mguessan 6c327fe4cf Register custom factory in test class
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@240 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-23 00:13:03 +00:00
mguessan 0f7c9339c5 Fix : Send 401 Unauthorized on authentication failure on Caldav connections instead of 500 internal server error to let client prompt user for the right password
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@239 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-19 13:01:14 +00:00
mguessan 34f85b6714 Added failover for script based logon form (Exchange 2007)
and avoid message overwrite in drafts on send (use UUID)

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@238 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-19 12:27:33 +00:00
mguessan b7b1d96489 Revert Check connectivity on startup (issue with certificate handling)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@237 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-19 12:25:16 +00:00
mguessan 4a4e515c9c Various code cleanup from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@236 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-17 15:31:08 +00:00
mguessan f3f28ac7c3 Check connectivity on startup => grey icon
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@235 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-17 15:29:16 +00:00
mguessan 8bf58be01d ExchangeSession refactoring : remove duplicate code
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@234 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-17 15:27:56 +00:00
mguessan 1b71e3ebb5 LdapConnection: check config before BIND to avoid password prompt on network down
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@233 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-17 15:25:35 +00:00
mguessan 79f8800538 CaldavConnection refactoring : replace indexOf with actual XML parsing of Caldav requests
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@232 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-17 15:22:37 +00:00
mguessan 1ca2da38f0 Update site page titles
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@231 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-11 00:13:16 +00:00
mguessan 78bf61a7ff Update project description
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@228 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-10 22:30:11 +00:00
mguessan 6a18d3cdc1 Recurring events support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@226 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-09 15:49:20 +00:00
mguessan 399da671ae Fix all day events from OWA to client
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@225 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-09 15:06:52 +00:00
mguessan 3a627568d4 Tell users to activate Lightning cache in doc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@224 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-09 13:35:32 +00:00
mguessan efc9be7c23 Fix another URI encoding issue with calendar and fix all day events (add X-MICROSOFT-CDO-ALLDAYEVENT)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@223 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-09 13:24:17 +00:00
mguessan 6dc0eb450a Added BCC (blind carbon copy) support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@222 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-09 10:10:38 +00:00
mguessan 4f4eb2fb9a make WELL_KNOWN_FOLDERS value static
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@221 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-09 08:54:08 +00:00
mguessan 87b37901ca Revert on system proxy : regressions appeared
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@220 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-08 14:35:16 +00:00
mguessan fa1400a59c Fix connection pool handling on restart and prepare system proxy setting
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@219 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-08 13:49:21 +00:00
mguessan 146c29c136 Switch to MultiThreadedHttpConnectionManager for http connection management
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@218 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-08 12:59:47 +00:00
mguessan e0d46770f7 First step to handle LDAP ABANDON operation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@217 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-08 12:57:28 +00:00
mguessan 940fa68372 Fix SSLProtocolSocketFactory equals and hashCode to allow pooling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@216 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-08 12:53:55 +00:00
mguessan 463caea397 Disable protocol debug trace
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@215 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 23:42:54 +00:00
mguessan 937dadb988 Handle returning attributes : return only requested attributes
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@214 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 23:40:53 +00:00
mguessan d66bd4b38c Fix LDAP filter parser : Thunderbird sends values with space as separate strings, rebuild value
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@213 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 18:25:09 +00:00
mguessan 6618f22c34 Fix calendar caldavPastDelay default value handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@212 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 16:33:40 +00:00
mguessan 30e4bb903b Various fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@211 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 14:53:38 +00:00
mguessan 380f4c17f5 Update doc with new Caldav and LDAP features
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@209 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 13:27:02 +00:00
mguessan ba076699f2 Fix SWT initialization : wait for SWT thread
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@207 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 11:53:01 +00:00
mguessan b39622cfef Added the LDAP port setting
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@206 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 11:04:37 +00:00
mguessan d426239bd4 Added a new setting to get events in the past not older than specified days count
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@205 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 10:45:23 +00:00
mguessan 21ea655d2a Added a new setting to purge messages from sent folder
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@204 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 10:01:24 +00:00
mguessan 76bdf71ee9 SearchMethod based oldest trash message purge
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@203 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 09:29:44 +00:00
mguessan 5212b594cf No error on SocketException (client closed connection)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@202 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 08:48:54 +00:00
mguessan 0bea11cb12 fix event uri encoding/decoding issue and if-match on update
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@201 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 08:47:54 +00:00
mguessan aa2274b1b2 Fix default ports handling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@200 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-05 08:44:47 +00:00
mguessan 8290b52ff0 Move galLookup to LdapConnection
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@199 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-04 15:03:48 +00:00
mguessan d862e9d3e0 LdapConnection refactoring complete
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@198 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-04 15:02:53 +00:00
mguessan b49b75adbd LdapConnection refactoring in progress
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@197 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-04 12:52:30 +00:00
mguessan 24362b8632 Implement an ExchangeSession pool (needed with LdapServer)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@196 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-04 11:50:31 +00:00
mguessan 9b5feac91f Add tooltip text to label fields in addition to text fields
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@195 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-03 17:28:19 +00:00
mguessan 67ff8ec99d DavGateway class cleanup
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@194 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-03 17:18:51 +00:00
mguessan 7757c36a40 standardize logging format (console and file)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@192 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-03 15:07:01 +00:00
mguessan 939c7567b7 First commit of the LDAP to GAL address book listener
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@191 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-03 11:38:35 +00:00
mguessan 3930fd9ace Improve followredirects logging
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@190 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-02 11:05:53 +00:00
mguessan b394c718c1 Various fixes and cleanup from FindBugs audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@189 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-02 10:20:46 +00:00
mguessan 3cd0212663 Add favicon to web site
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@188 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-02 09:34:50 +00:00
mguessan c6b5a7be94 Replace PROPFIND by SEARCH in message retrieval (support for non exchange contentClass e.g. windows mobile messages)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@186 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-01 17:56:18 +00:00
mguessan 932bc7468c Refactor form based authentication : parse html content with htmlcleaner-2.1
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@185 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-01 12:38:49 +00:00
mguessan 39d4bafb91 Force internet explorer header to get XML responses
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@184 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-30 18:05:36 +00:00
mguessan 1f5eb0d983 Disable caldav message body logging
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@183 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-29 14:37:37 +00:00
mguessan 3e43112754 CaldavConnection cleanup
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@182 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-29 14:27:33 +00:00
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 9aca6b5ae7 Fix POP3 TOP command : line count is *after* headers
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@180 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-29 14:22:00 +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 20ef4a9da0 Added an (grey) inactive icon on network down detection
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@178 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-24 12:35:58 +00:00
mguessan b9763f8028 Add help callback on F1 press : open browser on DavMail website
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@177 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-07 18:28:16 +00:00
mguessan 414eb1e72c Workaround for SWT SettingsFrame focus
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@176 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-07 18:26:49 +00:00
mguessan 21ae628e7e Create GUI in AWT Thread
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@175 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-07 18:25:49 +00:00
mguessan 5980eff065 update war properties
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@172 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-06 22:38:19 +00:00
mguessan 1b9c7f7126 Added an option to let user disable update check
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@170 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-06 00:03:19 +00:00
mguessan 9ea4a6aec0 Adjust SettingsFrame style
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@169 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-04 14:40:50 +00:00
mguessan d3dff382d6 Improve console logging format
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@168 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-04 14:15:32 +00:00
mguessan b2bd33725e Add missing DavGatewayX509TrustManager
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@165 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-04 13:57:22 +00:00
mguessan 8844e3ab7b Added logging settings in davmail.properties and GUI (Support Request 2153851)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@163 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-04 13:48:38 +00:00
mguessan f6aa32ae64 Set timeout to 250ms on update check
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@162 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-04 10:38:31 +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 e49c103770 Fixed bug 2194492 : allow space in password
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@160 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-04 01:58:08 +00:00
mguessan 7ba856827b Improved AboutFrame look
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@159 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-04 01:47:52 +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 60907607e7 Update certificate hash sample value
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@157 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-03 16:13:27 +00:00
mguessan a4ee02cae6 Check for updates on startup and in About Frame
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@156 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-03 16:07:13 +00:00
mguessan 9640e6ddc9 Remove deprecated dependencies and update Maven POM
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@155 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-03 16:06:01 +00:00
mguessan 71664294db Fix : display balloon on startup with SWT
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@154 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-03 15:26:25 +00:00
mguessan 7fdf15013f Format certificate dates (red if invalid)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@153 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-03 12:33:57 +00:00
mguessan e96dbf3046 Update doc with certificate hash property
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@152 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-03 12:32:56 +00:00
mguessan 3df9d6d8da Refactoring, java 1.5 compatibility with custom socket factory
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@151 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-11-03 10:56:57 +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 c92878eebd Do not call System.gc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@149 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-31 16:59:16 +00:00
mguessan d822ca3be8 Documentation updates to current version settings and maven POM update
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@148 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-28 22:00:59 +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 295682f621 About frame compatibility with java 1.5
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@146 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-19 21:11:19 +00:00
mguessan 4bbbde0de5 Add an about frame with contact and version information
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@145 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-19 21:00:22 +00:00
mguessan d56022aa6d Patch 1944352 by flszen :
Specify network binding interface, also added a new advanced tab in settings frame

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@144 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-09 23:29:45 +00:00
mguessan 927a12173d Use tracker logo on sourceforge site and try to fix mvn site:deploy
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@143 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-01 23:03:47 +00:00
mguessan 9784c6608d Replaced Servlet with ServletContextListener in webapp packaging
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@138 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-01 11:40:36 +00:00
mguessan bbdd1ae5d9 Jsmooth patch : improve icon scaling
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@137 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-10-01 09:53:55 +00:00
mguessan 915f70cba2 Use 32bit icon with alpha channel (patched jsmooth)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@136 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-09-30 22:58:46 +00:00
mguessan b46d329a2c Fixed SMTP AUTH LOGIN for Outlook compatibility (thanks to Jose Antonio)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@133 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-09-18 21:34:03 +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 038637443b Implement CAPA pop3 command
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@131 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-08-21 22:24:45 +00:00
mguessan 75fe578336 J2EE webapp packaging to deploy DavMail in any application server
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@130 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-08-21 22:02:21 +00:00
mguessan 4f7137d38e Update log4j config, limit log file size to 1MB
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@128 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-02-14 15:48:05 +00:00
mguessan 8c85f2cd46 Added server mode setup documentation and switched release to 1.2.0
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@127 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-02-14 15:41:02 +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 488148c82e Make sure CRLF is sent on POP connection
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@123 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-02-05 23:18:23 +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 1883bf4758 Fix wrong enableProxy in settings frame on load
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@121 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-02-01 13:57:32 +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 ae2bd86275 From David Ashman : implement POP TOP command correctly
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@119 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-01-31 23:42:46 +00:00
mguessan 4ea61fcf1d From David Ashman : useless Integer creation in Settings
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@118 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-01-31 23:42:04 +00:00
mguessan 8c4401810d From David Ashman : Fix EHLO answer for iphone support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@117 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-01-31 23:41:17 +00:00
mguessan 52c50d30ed From David Ashman : improve exceptions logging
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@116 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-01-31 23:40:26 +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 4ce550d3ff Java 1.5 compatibility fix (replace FileWriter with FileOutputStream)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@112 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-01-09 16:31:21 +00:00
mguessan e82280ef02 More async calls in SWT tray implementation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@111 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-12-29 19:23:47 +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 c1d9df12e2 doc : link to Eclipse SWT site
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@99 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-23 23:28:10 +00:00
mguessan c769304c7f Another Ubuntu screenshot
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@98 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-23 23:25:22 +00:00
mguessan bdb527ad99 Add linux screenshot
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@94 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-23 22:53:59 +00:00
mguessan 44fdf85d6d doc : redirect from old setup page
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@91 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-23 22:15:23 +00:00
mguessan 302cfb5a29 Update web site documentation to include linux setup
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@90 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-23 22:09:06 +00:00
mguessan cc2760f5cf do not send error to client after a socket exception (connection closed)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@88 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-23 20:46:40 +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 2d52f3f942 fix imports
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@84 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-20 18:35:02 +00:00
mguessan 28b3fccdf5 replace FileReader with FileInputStream (constructor not available before 1.6)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@83 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-20 18:33:31 +00:00
mguessan 0f4a12b3c4 Move tray classes in separate package
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@82 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-09 12:01:58 +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 dfd6cc12ee fix nullpointer on quit in pop connection when no session created
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@80 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-09 09:49:57 +00:00
mguessan 16a4b4c5a6 New system tray implementation based on Eclipse SWT, needed for correct Linux (Ubuntu) support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@79 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-09 09:48:59 +00:00
mguessan aa1922459d Reload settings in form on cancel
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@78 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-02 15:38:33 +00:00
mguessan d046581bc1 update doc with new settings flag
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@77 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-10-02 15:22:45 +00:00
mguessan 5b66e52343 Feature request 1783605: allow outside server connections
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@76 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-09-25 22:30:11 +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 81ad8b85c5 Do not warn if exception on socket close (gateway restart)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@74 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-08-13 08:47:29 +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 a91a0e159d Display settings frame on first start
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@71 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-08-02 13:34:10 +00:00
mguessan de0f622378 Improve error handling for linux support (Permission denied on socket creation)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@70 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-08-02 13:33:45 +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 81ddfe21be Generate Jsmooth wrapper at build time and switch to new autodownload wrapper
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@64 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-05-10 23:15:37 +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 e38cac3319 New setup documentation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@55 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-26 23:06:39 +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 8051c57537 first shot at maven 2 configuration to create site
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@45 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-04-16 16:57:03 +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 af8a24ba43 change default exchange URL to include /exchange/ path
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@33 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-23 13:31:09 +00:00
mguessan 1cc22c6965 Prepare packaging scripts for 1.0 release
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@31 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-23 11:55:02 +00:00
mguessan 4b703557eb first nsis script to create install/uninstall exec
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@30 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-23 10:37:53 +00:00
mguessan 612c486540 fix BASE64EncoderStream : must pad on flush instead of close
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@29 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2007-02-20 13:41:56 +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 9fcca726c1 update test class signature
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@17 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-21 23:39:07 +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 f3ed595bab Test class
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@12 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-15 16:41:58 +00:00
mguessan dced97439f fix frame title icon
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@11 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-14 15:17:08 +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 7ddb77af7a Add swing log4j UI option
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@9 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-14 12:32:48 +00:00
mguessan a874175698 Initial settings panel implementation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@8 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-14 00:03:46 +00:00
mguessan 34cc88f70b Add jsmooth wrapper
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@5 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-13 00:03:31 +00:00
mguessan db7ea2b7e1 httpclient patch for iis proxy compatibility
(use basic instead of ntlm auth)

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@4 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2006-12-12 23:58:25 +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