From 00a1baba4116f051143b99a6f684999d3272ca50 Mon Sep 17 00:00:00 2001 From: mguessan Date: Tue, 22 Mar 2011 21:42:13 +0000 Subject: [PATCH] Prepare 3.9.1 release git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1646 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- build.xml | 2 +- pom.xml | 2 +- releasenotes.txt | 31 +++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 0e970dbc..8d2f589a 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + diff --git a/pom.xml b/pom.xml index f634f2c3..1bb46257 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ davmail davmail jar - 3.9.0 + 3.9.1 DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway Mickaël Guessant diff --git a/releasenotes.txt b/releasenotes.txt index 674aaf2e..aa28c7a7 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,34 @@ +** DavMail 3.9.1 released ** +Another bugfix release, mainly on EWS Caldav support (fix 404 not found). +Also implemented Microsoft Forefront Unified Access Gateway support. + +Documentation: +- Doc: additional FAQ entry on shared calendars + +Caldav: +- Caldav: first check that email address is valid to avoid InvalidSmtpAddress error on FreeBusy request and new timezone name mapping +- Caldav: New fix for fix 3190219, regression on quote encoding since 3165749 fix +- Caldav: rethrow SocketException to avoid event not available on client connection close or DavMail listener restart +- Caldav: Fix timezone name +- Caldav: fix 3190219, regression on quote encoding since 3165749 fix + +Exchange Web Services: +- EWS: fix 3190774, LDAP galfind email address handling, use Mailbox value instead of EmailAddress1/2/3 +- EWS: fix NullPointerException in item getContent +- EWS: fix 404 not found with Exchange 2010 calendars + +Enhancements +- Convert shell script to unix LF +- Implement Microsoft Forefront Unified Access Gateway logon form compatibility + +IMAP: +- IMAP: fix 3201374 envelope superflous space +- IMAP: fix LOGOUT implementation to improve SquirrelMail compatibility + +OSX: +- OSX: Avoid sending null message to Growl + + ** DavMail 3.9.0 released ** Making progress towards 4.0 and full EWS support, some issues remaining on recurring events. This is mainly a bugfix release, with some Caldav enhancements, huge memory usage fix