Commit Graph

580 Commits

Author SHA1 Message Date
mguessan 9027f73a3c From coverity: more encoding fixes
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2273 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2014-03-18 23:35:45 +00:00
mguessan 61dcfae33f From coverity: synchronize HttpClient cookies access
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2263 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2014-03-17 23:43:55 +00:00
mguessan ef80812111 EWS: Avoid /owa form request in direct EWS mode
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2229 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2014-02-03 21:45:37 +00:00
mguessan 52e4d7b61e SMTP: create a new davmail.smtpStripFrom boolean property to force From: header removal
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2193 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-11-12 21:18:07 +00:00
mguessan 2018b25768 IMAP: fix uidNext implementation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2187 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-10-23 21:53:21 +00:00
mguessan ab4a482039 IMAP: improve uidNext implementation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2186 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-10-10 20:38:27 +00:00
mguessan 69346f7c31 Allow identical username/userid in multiple factor authentication form
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2167 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-08-25 16:14:01 +00:00
mguessan 79f93e331b Rethrow DavMailException on connect exception
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2166 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-08-25 16:07:37 +00:00
mguessan 284fe9bce0 Fix NullPointerException on server unavailable
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2156 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-07-17 22:11:30 +00:00
mguessan 7a371723ee IMAP: fix missing headers with Outlook
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2141 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-06-12 16:38:05 +00:00
mguessan 0f65595a7f IMAP: Detect invalid content in message header field
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2140 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-06-09 22:33:11 +00:00
mguessan 8daec02f33 IMAP: fix double header content and optimize header fetch with Fetchmail
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2132 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-06-04 22:34:06 +00:00
mguessan e7e2a67cb4 IMAP: try to avoid timeout on large message FETCH with a KeepAlive space character
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2098 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-04-23 12:38:18 +00:00
mguessan ac2dc9c4da Improve message list count implementation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2095 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-04-23 08:33:32 +00:00
mguessan 01f8b6a508 SMTP: do not allow send as another user on Exchange 2003
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2085 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-04-09 21:49:54 +00:00
mguessan e3f70595fe Do not set preemptive authentication in Kerberos mode
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2059 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2013-02-12 12:55:10 +00:00
mguessan a9cdb89332 Clear cookies created by authentication test
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2052 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-10-12 14:35:56 +00:00
mguessan aa1898d138 IMAP: Implement custom IMAP flags to keywords mapping in settings
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2051 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-10-11 21:57:18 +00:00
mguessan c3c26b8657 Upgrade htmlcleaner to 2.2
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2047 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-10-08 21:28:33 +00:00
mguessan f397d73a6a IMAP: send updated flags on folder refresh
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2038 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-09-25 22:15:58 +00:00
mguessan da71c7002d IMAP: retrieve message count on folder
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2027 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-09-18 22:30:54 +00:00
mguessan cdfad5a8ba IMAP: apply flag to keyword conversion in SEARCH, refresh folder before search
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2026 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-09-18 21:52:37 +00:00
mguessan e1002affac IMAP: improve keyword support, map $label1 to 5 from Thunderbird to Outlook categories
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2025 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-09-18 21:21:28 +00:00
mguessan c5a7918843 Prepare message keywords/categories support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2021 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-09-13 21:58:20 +00:00
mguessan 711c621113 Merge preauthentication page patch
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1994 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-08-23 22:31:11 +00:00
mguessan 6e79f01e99 Prepare pre authentication page merge in ExchangeSession
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1993 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-08-23 22:23:57 +00:00
mguessan 599c0de815 Caldav: implement full contact folder dump at /users/<email>/contacts/
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1970 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-06-13 22:16:22 +00:00
mguessan 6c8cef4d17 IMAP: fix 3441891, workaround for Exchange 2003 ActiveSync bug
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1963 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-05-22 22:22:37 +00:00
mguessan 08abcc0514 IMAP: experimental implementation of header only FETCH, do not download full message content and send approximate RFC822.SIZE (MAPI size)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1961 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-05-16 16:07:35 +00:00
mguessan 7fa79e7b4d Caldav: reintroduce davmail.caldavDisableTasks setting to disable tasks support
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1959 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-05-14 20:50:21 +00:00
mguessan fb6ceb24a2 IMAP: avoid full message download on OSX Lion flags request with content-class header
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1955 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-05-10 09:57:22 +00:00
mguessan c0ef8f9357 POP: add a new setting to mark messages read after RETR
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1910 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-02-15 21:41:03 +00:00
mguessan 5956574072 IMAP: implement MOVE RFC draft http://tools.ietf.org/id/draft-krecicki-imap-move-00.html
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1889 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-01-31 23:37:43 +00:00
mguessan 444aed57e9 workaround for broken form with empty action
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1883 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-01-26 10:16:05 +00:00
mguessan 24b842bafe Implement ISA server PINsafeISAFilter support (captcha image)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1882 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2012-01-26 10:15:10 +00:00
mguessan bdb1546e6a Caldav: drop davmail.caldavDisableTasks setting, retrieve only events from calendar
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1864 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-11-25 00:23:17 +00:00
mguessan a998621d42 Caldav: apply date filter to tasks
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1856 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-11-09 23:25:19 +00:00
mguessan e7fdf4dcba IMAP: new davmail.imapIncludeSpecialFolders setting to access all folders including calendar and tasks over IMAP
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1853 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-11-09 10:13:03 +00:00
mguessan d303248af0 add exchangecookie to the list of authentication cookies for direct EWS access
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1836 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-10-27 17:50:04 +00:00
mguessan 7640fcd8ec Fix bug on ITEM_PROPERTIES value on EWS/WebDav mode switch
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1824 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-10-19 20:49:46 +00:00
mguessan dc649b3a6a Fixes from audit
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1793 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-09-16 09:24:59 +00:00
mguessan 3486940ec5 Caldav: implement update folder
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1784 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-09-06 21:28:36 +00:00
mguessan 2a5244a5af Caldav: implement startdate and duedate on tasks
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1767 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-08-08 09:06:39 +00:00
mguessan e9c9aad7b9 Caldav: implement task percent complete and status over WebDav
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1764 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-08-07 09:57:03 +00:00
mguessan 4d79c262ca Caldav: improve task support over WebDav, rename .ics to .EML and implement priority (importance)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1763 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-08-06 19:11:39 +00:00
mguessan 4bc0773aa7 IMAP: Fix 3383832, set ItemClass to send read receipt over EWS to avoid ErrorObjectTypeChanged
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1762 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-08-05 20:05:58 +00:00
mguessan e9e16b4567 Caldav: do not try to get ICS content from tasks
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1760 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-08-05 08:32:08 +00:00
mguessan 7bd0cbc5d0 Caldav: implement merged folder ctag over WebDav
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1743 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-07-20 14:43:51 +00:00
mguessan a1a06aff00 Caldav: implement tasks support over WebDav
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1740 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-07-18 22:32:24 +00:00
mguessan 7036f3fd51 Caldav: implement task support over EWS
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1736 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2011-07-16 16:41:00 +00:00