Commit Graph

  • fca97a7214 Fix: implement If-None-Match header to avoid unwanted message overwrite mguessan 2009-01-18 22:48:53 +0000
  • 9f9e588729 Fix Bug 2517478: check if fbdata is not empty mguessan 2009-01-18 21:41:05 +0000
  • 4f75dea6b7 Added another frequently asked question mguessan 2009-01-17 16:15:46 +0000
  • 3bc40e55e5 Added a FAQ page in documentation mguessan 2009-01-17 15:02:42 +0000
  • 10aac6c062 POP: Implement UIDL <messageNumber> command to return a single UIDL mguessan 2009-01-17 14:22:55 +0000
  • 0281f7bdeb Use 15 minutes interval instead of 30 for FreeBusy data mguessan 2009-01-15 13:19:24 +0000
  • 3684579a07 Debian package autostart does not work => remove (should create link under ~/.config/autostart) mguessan 2009-01-14 10:12:01 +0000
  • 76ea7a6223 Add Debian package creation mguessan 2009-01-14 09:50:20 +0000
  • dce4e61d60 Update linux doc mguessan 2009-01-13 21:42:48 +0000
  • 66214ac70e Prepare 2.1.1 release mguessan 2009-01-13 21:36:10 +0000
  • ca25de0e5c Cleanup from audit mguessan 2009-01-13 21:30:29 +0000
  • ec59882589 Fix from audit : improve ICSBufferedReader performance, reuse StringBuilder mguessan 2009-01-09 22:41:10 +0000
  • 780e6fb827 Fix Unauthorized response on wrong password : add WWW-Authenticate header mguessan 2009-01-09 14:59:54 +0000
  • 351a626b48 Add logging during slow REPORT call mguessan 2009-01-08 10:35:43 +0000
  • 12d7b08725 Fix : do not apply past event limit to recurring events (=> missing events in calendar for old recurring events) mguessan 2009-01-08 10:35:06 +0000
  • 4e0dfc1a68 Enable preemptive authentication to avoid most 401 requestsFix current user email retrieval: use login as alias, failover to mailbox name as alias mguessan 2009-01-08 09:58:31 +0000
  • 47a0aef919 Enable preemptive authentication to avoid most 401 requests mguessan 2009-01-07 13:29:11 +0000
  • 21348d9bc2 Update release guide mguessan 2009-01-06 23:18:41 +0000
  • f86a02c048 Fix classpath in jsmooth generated exe : move davmail before httpclient to activate patch (prefer Basic over NTLM authentication) mguessan 2009-01-06 23:17:39 +0000
  • 9b87e06ffd Update calendar doc with new CALDAV url mguessan 2009-01-05 23:02:45 +0000
  • 82c1cfc1af Implement ICS parser/writer to avoid multiline issues (leading to corrupt events) mguessan 2009-01-04 14:21:50 +0000
  • c781914354 Return etag instead of ctag mguessan 2009-01-02 23:58:34 +0000
  • b6956d5853 rename getCalendarEtag to getCalendarCtag mguessan 2009-01-02 23:17:04 +0000
  • 23549bfcac Return a calendar etag mguessan 2009-01-02 16:07:49 +0000
  • 4d80841b7b Caldav : remove ending / from URLs, breaks iCal ? mguessan 2008-12-31 13:30:31 +0000
  • 46b112938a Caldav: added a principal resourcetype to principal response mguessan 2008-12-30 22:50:51 +0000
  • f8e7a25a1c Add displaynames to caldav responses mguessan 2008-12-30 22:35:48 +0000
  • 61f8839e81 return empty resourcetype on events mguessan 2008-12-30 14:32:19 +0000
  • 74636cef0b Do not append / to message url mguessan 2008-12-30 12:46:57 +0000
  • 9f6b0d6de6 Fix freebusy after refactoring mguessan 2008-12-30 12:08:29 +0000
  • c18474dfea Major CaldavConnection refactoring to support iCal and prepare shared calendars support mguessan 2008-12-30 12:05:41 +0000
  • c248bb4acf Fix : avoid duplicate entries on email detection (Authentication failure with Exchange 2007) mguessan 2008-12-28 21:48:33 +0000
  • 36a84845e5 Add some more debug info on login and a response on Caldav HTTP root mguessan 2008-12-26 21:00:33 +0000
  • 36fdbc096c fix LDAPV3 test mguessan 2008-12-26 14:02:26 +0000
  • 7a659b7e5e Prepare 2.1.0 release mguessan 2008-12-26 13:48:11 +0000
  • 5f0fa036df Adjust calendar doc for iCal users mguessan 2008-12-26 13:38:01 +0000
  • d66375bf5c Fix LdapConnection thread name mguessan 2008-12-26 13:21:39 +0000
  • 723bb01c29 Activate full calddav debug trace if wire DEBUG selected mguessan 2008-12-26 12:35:08 +0000
  • cb9ed86e1d Caldav : disable full debug trace mguessan 2008-12-25 22:56:19 +0000
  • a3191fbde2 fix Caldav : return 404 if recipient unknown on freebusy and handle busy at interval end mguessan 2008-12-25 22:51:57 +0000
  • d0ebab2d7f Fix : use email instead of mailbox name for webdav path with Exchange 2007 mguessan 2008-12-25 22:16:24 +0000
  • 2107f7a223 iCal fix : do not test depth on REPORT mguessan 2008-12-24 17:00:13 +0000
  • 43f4f632b5 iCal fix : implement GET request on event mguessan 2008-12-24 16:57:34 +0000
  • 7b33fce14b full debug trace on caldav mguessan 2008-12-24 15:52:13 +0000
  • 9f0981b294 iCal fix : Also send events on propfind if depth is 1 mguessan 2008-12-24 15:29:03 +0000
  • ceaf0438e8 build nsis package only on windows mguessan 2008-12-24 15:13:18 +0000
  • 8b91796bed Fix inbox resourcetype mguessan 2008-12-24 10:06:29 +0000
  • 0b3d0c89f6 fix : ExchangeSession pool did not work with Exchange 2007 mguessan 2008-12-23 22:01:29 +0000
  • 8dd5e178c9 build inbox responses for iCal mguessan 2008-12-23 21:34:39 +0000
  • 6ca58fdbcc Remove depth depth for iCal mguessan 2008-12-23 18:06:20 +0000
  • 738ff861ea Disable galLookup on error (not supported by Exchange 2007) mguessan 2008-12-23 15:20:50 +0000
  • 441955eadc Caldav fix for iCal : allow /user instead of /user/ and /calendar instead of /calendar/ mguessan 2008-12-23 14:28:18 +0000
  • 30a81908bb Fix mailPath with Exchange 2007 : should end with a / mguessan 2008-12-23 14:16:29 +0000
  • a05593b50e Fix : skip From: header in sendMessage to avoid 403 forbidden with Exchange 2007 mguessan 2008-12-23 14:09:46 +0000
  • 621e894204 Another hack to make Exchange 2007 authentication work mguessan 2008-12-23 00:14:41 +0000
  • 6c327fe4cf Register custom factory in test class mguessan 2008-12-23 00:13:03 +0000
  • 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 mguessan 2008-12-19 13:01:14 +0000
  • 34f85b6714 Added failover for script based logon form (Exchange 2007) and avoid message overwrite in drafts on send (use UUID) mguessan 2008-12-19 12:27:33 +0000
  • b7b1d96489 Revert Check connectivity on startup (issue with certificate handling) mguessan 2008-12-19 12:25:16 +0000
  • 4a4e515c9c Various code cleanup from audit mguessan 2008-12-17 15:31:08 +0000
  • f3f28ac7c3 Check connectivity on startup => grey icon mguessan 2008-12-17 15:29:16 +0000
  • 8bf58be01d ExchangeSession refactoring : remove duplicate code mguessan 2008-12-17 15:27:56 +0000
  • 1b71e3ebb5 LdapConnection: check config before BIND to avoid password prompt on network down mguessan 2008-12-17 15:25:35 +0000
  • 79f8800538 CaldavConnection refactoring : replace indexOf with actual XML parsing of Caldav requests mguessan 2008-12-17 15:22:37 +0000
  • 1ca2da38f0 Update site page titles mguessan 2008-12-11 00:13:16 +0000
  • 31d4535e13 Update release guide mguessan 2008-12-10 23:29:40 +0000
  • 78bf61a7ff Update project description mguessan 2008-12-10 22:30:11 +0000
  • 5254f03124 Prepare 2.0.0 release mguessan 2008-12-10 22:20:18 +0000
  • 6a18d3cdc1 Recurring events support mguessan 2008-12-09 15:49:20 +0000
  • 399da671ae Fix all day events from OWA to client mguessan 2008-12-09 15:06:52 +0000
  • 3a627568d4 Tell users to activate Lightning cache in doc mguessan 2008-12-09 13:35:32 +0000
  • efc9be7c23 Fix another URI encoding issue with calendar and fix all day events (add X-MICROSOFT-CDO-ALLDAYEVENT) mguessan 2008-12-09 13:24:17 +0000
  • 6dc0eb450a Added BCC (blind carbon copy) support mguessan 2008-12-09 10:10:38 +0000
  • 4f4eb2fb9a make WELL_KNOWN_FOLDERS value static mguessan 2008-12-09 08:54:08 +0000
  • 87b37901ca Revert on system proxy : regressions appeared mguessan 2008-12-08 14:35:16 +0000
  • fa1400a59c Fix connection pool handling on restart and prepare system proxy setting mguessan 2008-12-08 13:49:21 +0000
  • 146c29c136 Switch to MultiThreadedHttpConnectionManager for http connection management mguessan 2008-12-08 12:59:47 +0000
  • e0d46770f7 First step to handle LDAP ABANDON operation mguessan 2008-12-08 12:57:28 +0000
  • 940fa68372 Fix SSLProtocolSocketFactory equals and hashCode to allow pooling mguessan 2008-12-08 12:53:55 +0000
  • 463caea397 Disable protocol debug trace mguessan 2008-12-05 23:42:54 +0000
  • 937dadb988 Handle returning attributes : return only requested attributes mguessan 2008-12-05 23:40:53 +0000
  • d66bd4b38c Fix LDAP filter parser : Thunderbird sends values with space as separate strings, rebuild value mguessan 2008-12-05 18:25:09 +0000
  • 6618f22c34 Fix calendar caldavPastDelay default value handling mguessan 2008-12-05 16:33:40 +0000
  • 30e4bb903b Various fixes from audit mguessan 2008-12-05 14:53:38 +0000
  • 669fe2f131 set servlet-api as optional in maven POM mguessan 2008-12-05 13:28:35 +0000
  • 380f4c17f5 Update doc with new Caldav and LDAP features mguessan 2008-12-05 13:27:02 +0000
  • 2679f49183 Added wstx stax parser for Java 1.5 compatibility mguessan 2008-12-05 12:31:11 +0000
  • ba076699f2 Fix SWT initialization : wait for SWT thread mguessan 2008-12-05 11:53:01 +0000
  • b39622cfef Added the LDAP port setting mguessan 2008-12-05 11:04:37 +0000
  • d426239bd4 Added a new setting to get events in the past not older than specified days count mguessan 2008-12-05 10:45:23 +0000
  • 21ea655d2a Added a new setting to purge messages from sent folder mguessan 2008-12-05 10:01:24 +0000
  • 76bdf71ee9 SearchMethod based oldest trash message purge mguessan 2008-12-05 09:29:44 +0000
  • 5212b594cf No error on SocketException (client closed connection) mguessan 2008-12-05 08:48:54 +0000
  • 0bea11cb12 fix event uri encoding/decoding issue and if-match on update mguessan 2008-12-05 08:47:54 +0000
  • aa2274b1b2 Fix default ports handling mguessan 2008-12-05 08:44:47 +0000
  • 8290b52ff0 Move galLookup to LdapConnection mguessan 2008-12-04 15:03:48 +0000
  • d862e9d3e0 LdapConnection refactoring complete mguessan 2008-12-04 15:02:53 +0000
  • b49b75adbd LdapConnection refactoring in progress mguessan 2008-12-04 12:52:30 +0000
  • 24362b8632 Implement an ExchangeSession pool (needed with LdapServer) mguessan 2008-12-04 11:50:31 +0000
  • 9b5feac91f Add tooltip text to label fields in addition to text fields mguessan 2008-12-03 17:28:19 +0000