Doc: update project description and RoadMap, announce CardDav support sponsored by french DGA through project Trustedbird

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@981 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-04-01 09:09:24 +00:00
parent e952f0d4be
commit 87189cc2fd
3 changed files with 37 additions and 27 deletions

View File

@ -14,14 +14,11 @@
<tr> <tr>
<td> <td>
<p>Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway <p>Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway
allowing allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with
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.
an Exchange DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts
server, even from the internet or behind a firewall through Outlook Web Access. DavMail now to allow recipient address completion in mail compose window and full calendar support
includes an with attendees free/busy display.
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.
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/davmailArchitecture.png" alt="DavMail Architecture" width="550" <img src="images/davmailArchitecture.png" alt="DavMail Architecture" width="550"
@ -29,16 +26,15 @@
</div> </div>
<p>The main goal of DavMail is to provide standard compliant protocols in front of proprietary <p>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 Exchange. This means LDAP for address book, SMTP to send messages, IMAP to browse messages
on the on the server in any folder, POP to retrieve inbox messages only and Caldav for calendar support.
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. Thus any standard compliant client can be used with Microsoft Exchange.
</p> </p>
<p> <p>DavMail gateway is implemented in java and should run on any platform. Releases are tested
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
on Windows, (gateway running on a server).
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).
</p> </p>
<p>DavMail will soon also support the CardDav protocol to sync address books. This new feature
is sponsored by french <a href="http://www.defense.gouv.fr/dga/">DGA</a> through project <a href="http://www.trustedbird.org">Trustedbird</a></p>
</td> </td>
<td> <td>
<a class="download" href="download.html"> <a class="download" href="download.html">

View File

@ -22,6 +22,7 @@
<ul> <ul>
<li>Fix JavaMail client IMAP support</li> <li>Fix JavaMail client IMAP support</li>
<li>Create a new RPM package with redline rpm ant task</li> <li>Create a new RPM package with redline rpm ant task</li>
<li>Filter private events on shared calendars (Exchange bug)</li>
</ul> </ul>
</subsection> </subsection>
<subsection name="3.7.0"> <subsection name="3.7.0">
@ -29,13 +30,14 @@
<strong>Next minor release</strong> <strong>Next minor release</strong>
</p> </p>
<ul> <ul>
<li>Implement CardDav protocol to sync address books. This new feature
is sponsored by the french DGA through project trustedbird
</li>
<li>Implement Caldav attachments</li> <li>Implement Caldav attachments</li>
<li>Implement hide from Dock option on OSX</li> <li>Implement hide from Dock option on OSX</li>
<li>Implement multiple mailbox access over IMAP with domain/user/mailbox: <li>Implement multiple mailbox access over IMAP with domain/user/mailbox:
http://msexchangeteam.com/archive/2004/03/31/105275.aspx http://msexchangeteam.com/archive/2004/03/31/105275.aspx
</li> </li>
<li>Filter private events on shared calendars (Exchange bug)
</li>
<li>Implement MKCALENDAR</li> <li>Implement MKCALENDAR</li>
</ul> </ul>
</subsection> </subsection>

View File

@ -1,16 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee" <web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5"> version="2.5">
<description> <description>
Ever wanted to get rid of Outlook ? DavMail is a POP/SMTP exchange gateway allowing Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway
users to use any mail client (e.g. Thunderbird) with an Exchange server, even from the internet allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with
through Outlook Web Access. DavMail gateway is implemented in java and should run on an Exchange server, even from the internet or behind a firewall through Outlook Web Access.
any platform. Releases are tested on Windows and Linux (Ubuntu). MacOS support is currently DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts
limited to server (headless) mode. Tested successfully with the Iphone (gateway running on a to allow recipient address completion in mail compose window and full calendar support
server). 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
</description> </description>
<listener> <listener>
<listener-class>davmail.web.DavGatewayServletContextListener</listener-class> <listener-class>davmail.web.DavGatewayServletContextListener</listener-class>