2008-10-28 18:00:59 -04:00
|
|
|
<?xml version="1.0"?>
|
2009-08-07 06:26:29 -04:00
|
|
|
<document xmlns="http://maven.apache.org/XDOC/2.0"
|
2009-09-01 18:32:06 -04:00
|
|
|
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">
|
2008-10-28 18:00:59 -04:00
|
|
|
|
|
|
|
<properties>
|
2010-07-26 12:10:37 -04:00
|
|
|
<title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway</title>
|
2008-10-28 18:00:59 -04:00
|
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<body>
|
2010-07-26 12:10:37 -04:00
|
|
|
<section name="DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway">
|
2009-10-18 17:21:37 -04:00
|
|
|
<table class="about" border="0" style="width: 98%">
|
2009-10-18 16:11:09 -04:00
|
|
|
<tr>
|
|
|
|
<td>
|
2010-07-26 12:10:37 -04:00
|
|
|
<p>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.
|
|
|
|
</p>
|
|
|
|
<p>DavMail also supports the CardDav protocol to sync address books. This new feature
|
|
|
|
is sponsored by
|
|
|
|
<a href="http://www.defense.gouv.fr/dga/">French Defense / DGA</a>
|
|
|
|
through project
|
|
|
|
<a href="http://www.trustedbird.org">Trustedbird</a>
|
2009-10-18 16:11:09 -04:00
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
|
|
|
<img src="images/davmailArchitecture.png" alt="DavMail Architecture" width="550"
|
|
|
|
height="364"/>
|
|
|
|
</div>
|
|
|
|
<p>The main goal of DavMail is to provide standard compliant protocols in front of proprietary
|
2010-07-26 12:10:37 -04:00
|
|
|
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.
|
2009-10-18 16:11:09 -04:00
|
|
|
Thus any standard compliant client can be used with Microsoft Exchange.
|
|
|
|
</p>
|
2010-04-01 05:09:24 -04:00
|
|
|
<p>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).
|
2009-10-18 16:11:09 -04:00
|
|
|
</p>
|
|
|
|
</td>
|
|
|
|
<td>
|
2010-08-26 04:52:15 -04:00
|
|
|
<div style="text-align: center">
|
|
|
|
<script type="text/javascript"
|
|
|
|
src="http://www.ohloh.net/p/106265/widgets/project_thin_badge.js">
|
|
|
|
</script>
|
|
|
|
</div>
|
2009-10-18 16:11:09 -04:00
|
|
|
<a class="donate" href="https://sourceforge.net/donate/index.php?group_id=184600"
|
|
|
|
title="Donate">
|
|
|
|
Donate
|
|
|
|
</a>
|
2010-08-26 04:52:15 -04:00
|
|
|
<a class="download" href="download.html">
|
|
|
|
Download DavMail Gateway
|
|
|
|
</a>
|
2009-10-18 16:11:09 -04:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2008-10-28 18:00:59 -04:00
|
|
|
</section>
|
|
|
|
</body>
|
2010-07-26 12:10:37 -04:00
|
|
|
</document>
|
|
|
|
|