Commit Graph

105 Commits

Author SHA1 Message Date
mguessan 09de523391 Progress on IMAP implementation : list folders, some fetch orders
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@301 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-23 00:59:41 +00:00
mguessan fca97a7214 Fix: implement If-None-Match header to avoid unwanted message overwrite
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@297 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-18 22:48:53 +00:00
mguessan 9f9e588729 Fix Bug 2517478: check if fbdata is not empty
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@296 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-18 21:41:05 +00:00
mguessan 0281f7bdeb Use 15 minutes interval instead of 30 for FreeBusy data
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@292 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-15 13:19:24 +00:00
mguessan ca25de0e5c Cleanup from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@286 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-13 21:30:29 +00:00
mguessan 12d7b08725 Fix : do not apply past event limit to recurring events (=> missing events in calendar for old recurring events)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@282 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-08 10:35:06 +00:00
mguessan 4e0dfc1a68 Enable preemptive authentication to avoid most 401 requestsFix current user email retrieval: use login as alias, failover to mailbox name as alias
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@281 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-08 09:58:31 +00:00
mguessan 82c1cfc1af Implement ICS parser/writer to avoid multiline issues (leading to corrupt events)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@275 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-04 14:21:50 +00:00
mguessan c781914354 Return etag instead of ctag
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@274 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-02 23:58:34 +00:00
mguessan b6956d5853 rename getCalendarEtag to getCalendarCtag
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@273 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-02 23:17:04 +00:00
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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