From 5f958efb1f783891c10fd6d31cd853c25f8f5bf8 Mon Sep 17 00:00:00 2001 From: mguessan Date: Wed, 24 Nov 2010 23:20:17 +0000 Subject: [PATCH] Prepare 3.8.7 release git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1558 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- build.xml | 2 +- pom.xml | 2 +- releasenotes.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 6b36b94e..a1100a18 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + diff --git a/pom.xml b/pom.xml index 543603a2..40573b91 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ davmail davmail jar - 3.8.6 + 3.8.7 DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway Mickaël Guessant diff --git a/releasenotes.txt b/releasenotes.txt index 1ded3374..1e057959 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,48 @@ +** DavMail 3.8.7 released ** +Bugfix and performance release with new Woodstox parser to reduce memory +footprint in EWS mode, more Caldav broken events fixes and IMAP regression +fixes. + +Documentation: +- Doc: Update Carddav setup doc +- Doc: ssl setup doc update from kerstkonijn + +Enhancements +- Unzip contribs content +- Update rpm ant task parameters to create valid rpm package +- Workaround for malformed cookies with space in name +- From Geert Stappers: add includeantruntime="false" to avoid ant 1.8 warning +- Workaround for invalid redirect location +- Improve error handling: detect redirect to reason=0 as session expired +- Suggestion from Geert Stappers: add svn:ignore property +- RPM spec from Marko Myllynen + +Caldav: +- Caldav: Fix timezone support with Exchange 2010 SP1 +- Caldav: use rebuild event from MAPI properties failover in all error cases +- Caldav: add requestFocus() to bring notification dialog to foreground +- Caldav: added edit notifications checkbox in settings frame + +IMAP: +- IMAP: include current folder in recursive search +- IMAP: encode source path in copyMessage +- IMAP: new test case to show Thunderbird perf issue +- IMAP: Fix 3109303 Handle null string during mail fetch +- IMAP: fix nullpointerException in header fetch +- IMAP: fix 3106803, IMAP client stuck scanning Inbox, fix header and body fetch in same request +- IMAP: throw error on 440 Login Timeout to avoid message corruption + +LDAP: +- LDAP: do not log error on OSX groups request + +EWS: +- EWS: Upgrade woodstox version to use enhanced base64 conversion (reduced memory usage) +- EWS: allow autodiscover after authentication failure +- EWS: fix contact email update + +OSX: +- OSX: search and replace on existing file, spotted by Geert Stappers + ** DavMail 3.8.6 released ** First release with automatic EWS mode detection, also includes many bugfixes on LDAP support over EWS, IMAP enhancements, Exchange 2010 SP1 cookie bug workaround