From 3044ffc9e50ec21bfc022e2b0cbdbb69e2d4ee1a Mon Sep 17 00:00:00 2001 From: mguessan Date: Tue, 17 Nov 2009 21:54:55 +0000 Subject: [PATCH] Documentation: add roadmap git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@842 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- src/site/xdoc/gettingstarted.xml | 2 +- src/site/xdoc/macosxsetup.xml | 3 +- src/site/xdoc/roadmap.xml | 60 ++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 src/site/xdoc/roadmap.xml diff --git a/src/site/xdoc/gettingstarted.xml b/src/site/xdoc/gettingstarted.xml index f1102262..2861efaf 100644 --- a/src/site/xdoc/gettingstarted.xml +++ b/src/site/xdoc/gettingstarted.xml @@ -53,7 +53,7 @@ Local LDAP port - Local LDAP server port to configure in add directory (addresse book) client + Local LDAP server port to configure in directory (addresse book) client 389 diff --git a/src/site/xdoc/macosxsetup.xml b/src/site/xdoc/macosxsetup.xml index 704b65a6..1e816cbc 100644 --- a/src/site/xdoc/macosxsetup.xml +++ b/src/site/xdoc/macosxsetup.xml @@ -12,7 +12,8 @@

Java 1.5 is available in standard Mac OS X setup. This version does not support Tray icon, - and DavMail uses a dedicated frame instead. + and DavMail uses a dedicated frame instead. An upgrade to Java 1.6 will enable tray icon + in DavMail.

Download DavMail Mac OSX package from Sourceforge: diff --git a/src/site/xdoc/roadmap.xml b/src/site/xdoc/roadmap.xml new file mode 100644 index 00000000..d397776c --- /dev/null +++ b/src/site/xdoc/roadmap.xml @@ -0,0 +1,60 @@ + + + + + DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - RoadMap + Mickael Guessant + + + + +

+

DavMail features are now almost complete, yet there remains a lot of place + for improvement. The following section lists the expected new features + and enhancements in DavMail next versions. +

+ +

+ Next bugfix release +

+
    +
  • Fix bug 2898469: 404 when answering invitation
  • +
  • Fix bug 2898669: Possibly wrong "MAILTO" when retrieving freebusy information
  • +
+
+ +

+ Next minor release +

+
    +
  • Implement Caldav attachments +
  • +
  • Implement hide from Dock option on OSX
  • +
  • Implement multiple mailbox access over IMAP with domain/user/mailbox: + http://msexchangeteam.com/archive/2004/03/31/105275.aspx +
  • +
+
+ +

+ Next major version +

+
    +
  • Exchange 2010 support through EWS: Need a major refactoring of ExchangeSession + to separate WebDav only stuff +
  • +
  • Replace BufferedReader with a dedicated InputStream to parse + Caldav Requests, detect encoding in http headers +
  • +
  • Jsmooth Windows 64 bit wrappers
  • +
  • Include Unix init.d script to help users use DavMail in server mode
  • +
  • Implement custom authenticator interface to handle specific authentications + (e.g. token based) +
  • +
+
+
+ + \ No newline at end of file