diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 30443d02..46520f79 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -14,14 +14,11 @@

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 to allow recipient address completion in mail - compoze - window and full calendar support with attendees free/busy display. + 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.

DavMail Architecture

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. + 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). +

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).

+

DavMail will soon also support the CardDav protocol to sync address books. This new feature + is sponsored by french DGA through project Trustedbird

diff --git a/src/site/xdoc/roadmap.xml b/src/site/xdoc/roadmap.xml index 343ed26f..2233f980 100644 --- a/src/site/xdoc/roadmap.xml +++ b/src/site/xdoc/roadmap.xml @@ -22,6 +22,7 @@ @@ -29,13 +30,14 @@ Next minor release

    +
  • Implement CardDav protocol to sync address books. This new feature + is sponsored by the french DGA through project trustedbird +
  • 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
  • -
  • Filter private events on shared calendars (Exchange bug) -
  • Implement MKCALENDAR
diff --git a/src/web/WEB-INF/web.xml b/src/web/WEB-INF/web.xml index 5e2c3558..557b519a 100644 --- a/src/web/WEB-INF/web.xml +++ b/src/web/WEB-INF/web.xml @@ -1,16 +1,28 @@ - - Ever wanted to get rid of Outlook ? DavMail is a POP/SMTP exchange gateway allowing - users to use any mail client (e.g. Thunderbird) with an Exchange server, even from the internet - through Outlook Web Access. DavMail gateway is implemented in java and should run on - any platform. Releases are tested on Windows and Linux (Ubuntu). MacOS support is currently - limited to server (headless) mode. Tested successfully with the Iphone (gateway running on a - server). + 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. + 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). + 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). + + http://davmail.sourceforge.net davmail.web.DavGatewayServletContextListener