1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Doc: Add an architecture schema on site welcome page

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@783 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-10-18 20:11:09 +00:00
parent b5b3839341
commit b6e82de884
5 changed files with 65 additions and 31 deletions

View File

@ -47,4 +47,27 @@ body {
list-style-type:none;
margin-left:10px;
padding-left:0;
}
.about td{
vertical-align: top;
}
a.download {
display: block;
background: #5ACE1D url(../images/download.png) 95% center no-repeat;
color: white;
font-weight: bold;
padding: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 10px;
margin: 5px;
}
a.donate {
display: block;
background: #5ACE1D url(../images/donate.png) 95% center no-repeat;
color: white;
font-weight: bold;
padding: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 10px;
margin: 5px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

View File

@ -9,37 +9,48 @@
</properties>
<body>
<section name="About DavMail 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
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.
</p>
<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 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.
</p>
<p>
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).
</p>
<div style="width: 100%;text-align: center">
<img src="images/ubuntutray.png" alt=""/>
</div>
</section>
<section name="Download and support this project">
<p>Download latest DavMail Gateway release from
<a href="http://sourceforge.net/project/platformdownload.php?group_id=184600">
SourceForge DavMail Gateway Files
</a>
and support this project
<a href="https://sourceforge.net/donate/index.php?group_id=184600" title="Donate">
<img alt="Donate" src="https://sourceforge.net/images/project-support.jpg"/>
</a>
</p>
<section name="DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway">
<table class="about" border="0">
<tr>
<td>
<p>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.
</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
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.
</p>
<p>
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).
</p>
</td>
<td>
<a class="download" href="http://sourceforge.net/project/platformdownload.php?group_id=184600">
Download DavMail Gateway
</a>
<a class="donate" href="https://sourceforge.net/donate/index.php?group_id=184600"
title="Donate">
Donate
</a>
</td>
</tr>
</table>
</section>
</body>
</document>