diff --git a/src/site/xdoc/build.xml b/src/site/xdoc/build.xml index d2e61741..5bf4e2fe 100644 --- a/src/site/xdoc/build.xml +++ b/src/site/xdoc/build.xml @@ -25,7 +25,7 @@ -
  • Download and unzip ant fromant.apache.org, +
  • Download and unzip ant from ant.apache.org, add ant/bin full path to the PATH environment variable
  • Get DavMail source package from sourceforge and uncompress it: diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index d4571bce..49f5c0b7 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -98,7 +98,7 @@

    How do I secure DavMail connections ?

    -

    Communication between DavMail and you Exchange server is secured by default as long as you access +

    Communication between DavMail and your Exchange server is secured by default as long as you access OWA over HTTPS.

    Communication between the messaging client and DavMail is @@ -122,7 +122,7 @@

    Are my credentials safe ?

    -

    DavMail does not store Exchange username and password, they are provided by the messaging client over +

    DavMail does not store Exchange username or password, they are provided by the messaging client over IMAP, HTTP, POP, SMTP or LDAP

    @@ -135,9 +135,8 @@ on. To detect errors at this level, you may activate calendar log settings under Tools/Options/Advanced:

    - calendar.debug.log=true - calendar.debug.log.verbose=true - +

    Invalid notifications @@ -192,7 +191,7 @@ mail.strictly_mime advanced option. Go to Tools/Options/Advanced/General/Config Editor and look for a preference - with namemail.strictly_mime, set value to + with name mail.strictly_mime, set value to true to send messages as quoted-printable.

    diff --git a/src/site/xdoc/gettingstarted.xml b/src/site/xdoc/gettingstarted.xml index 3070f120..1418faf6 100644 --- a/src/site/xdoc/gettingstarted.xml +++ b/src/site/xdoc/gettingstarted.xml @@ -29,9 +29,9 @@ OWA url Outlook Web Access URL to access the exchange server, i.e. the base webmail URL
    - Note: use /owa/ path for Exchange 2007, /exchange/ for older versions + Note: use /owa/ path for Exchange 2007 or 2010, /exchange/ for older versions - http://exchangeServer/owa/ + https://exchangeServer/owa/ Local POP port @@ -55,7 +55,7 @@ Local LDAP port - Local LDAP server port to configure in directory (addresse book) client + Local LDAP server port to configure in directory (address book) client 389 diff --git a/src/site/xdoc/roadmap.xml b/src/site/xdoc/roadmap.xml index 8db19d4b..555ef9c2 100644 --- a/src/site/xdoc/roadmap.xml +++ b/src/site/xdoc/roadmap.xml @@ -13,14 +13,14 @@

    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. + and enhancements in next DavMail versions.

    - +

    Next bugfix release

      -
    • Change the subject line when replying to invites
    • +
    • Per service SSL setting
    diff --git a/src/site/xdoc/serversetup.xml b/src/site/xdoc/serversetup.xml index cad28fa6..75b589d4 100644 --- a/src/site/xdoc/serversetup.xml +++ b/src/site/xdoc/serversetup.xml @@ -14,19 +14,18 @@

    Prerequisite : Sun J2SE 1.5 or 1.6.

    -

    Davmail Gateway can now run in server mode as a gateway between the mail +

    Davmail Gateway can run in server mode as a gateway between the mail client and the Outlook Web Access (Exchange) server. - In server mode Davmail can run on any Java supported platform. This is - currently the only way to run DavMail on MacOS X due to poor Java support - (no Java 6 yet). + In server mode Davmail can run on any Java supported platform. This mode was tested successfully with the Iphone and should work with - any phone with POP/IMAP/SMTP/LDAP/Caldav client. + any phone with POP/IMAP/SMTP/LDAP/Caldav/Carddav client. + In this mode many users can share the same DavMail instance.

    Download the generic DavMail package from Sourceforge and uncompress it with - your favorite tool, e.g. on Linux:unzip davmail-*.zip. + your favorite tool, e.g. on Linux: unzip davmail-*.zip.

    -

    Prepare a davmail.properties file according to you local needs : +

    Prepare a davmail.properties file according to your local needs :

    davmail.url=http://exchangeServer/exchange/ diff --git a/src/web/WEB-INF/web.xml b/src/web/WEB-INF/web.xml index 557b519a..aab0f93e 100644 --- a/src/web/WEB-INF/web.xml +++ b/src/web/WEB-INF/web.xml @@ -5,19 +5,18 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> - Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway - allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with - an Exchange server, even from the internet or behind a firewall through Outlook Web Access. - DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts - to allow recipient address completion in mail compose window and full calendar support - with attendees free/busy display. + Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange + gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or + Apple iCal) with an Exchange server, even from the internet or behind a firewall through + Outlook Web Access. + DavMail now includes an LDAP gateway to Exchange global address book and user personal + contacts to allow recipient address completion in mail compose 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. + Exchange. This means LDAP for globale address book, SMTP to send messages, IMAP to browse + messages on the server in any folder, POP to retrieve inbox messages only, Caldav for + calendar support and Carddav for personal contacts sync. 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). DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows, Linux (Ubuntu) and Mac OSX. Tested successfully with the Iphone (gateway running on a server).