From d9deaa53c158c5e973a45cd7efe86d8f84a26204 Mon Sep 17 00:00:00 2001 From: mguessan Date: Tue, 1 Sep 2009 22:32:06 +0000 Subject: [PATCH] Doc: improve index and build doc git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@686 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- src/site/xdoc/faq.xml | 15 +++++++++++++++ src/site/xdoc/index.xml | 11 +++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index e7c24be2..548ba2e5 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -105,8 +105,23 @@
  • Get DavMail source package from sourceforge and uncompress it: tar xvzf davmail-src-*.tgz +
    or checkout trunk: svn co http://davmail.svn.sourceforge.net/svnroot/davmail/trunk +
    + or get and uncompress tarball from + + http://davmail.svn.sourceforge.net/viewvc/davmail/trunk + +
  • +
  • Additional step on Windows: Download and install NSIS from + http://nsis.sourceforge.net. + Then get KillProcess plugin from + + http://www.esanu.name/software/index.php/nsis-kill-process/ + + or the nsis directory in DavMail source. Copy the processwork.dll + library to NSIS plugin directory.
  • Go into davmail directory root directory (which contains the build.xml file) and type: diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 0c97ad79..7e57091f 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway @@ -15,6 +15,13 @@ server, even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze window and full calendar support with attendees free/busy display. +

    +

    The main goal of DavMail is to provide standard compliant protocols in front of proprietary + Exchange. This means LDAP for address book, SMTP to send messages, IMAP to browse messages on the + server in any folder, POP to retrieve inbox messages only and Caldav for calendar support. + Thus any standard compliant client can be used with Microsoft Exchange. +

    +

    DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows, Linux (Ubuntu) and Mac OSX. Tray does not work on MacOS and is replaced with a full frame. Tested successfully with the Iphone (gateway running on a server).