mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-15 20:22:26 -05:00
84fd373b7c
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@723 3d1905a2-6b24-0410-a738-b14d5a86fcbd
39 lines
1.7 KiB
XML
39 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<document xmlns="http://maven.apache.org/XDOC/2.0"
|
|
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">
|
|
|
|
<properties>
|
|
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Mac OS X setup</title>
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<section name="DavMail Setup on Mac OS X">
|
|
<p>Java 1.5 is available in standard Mac OS X setup. This version does not support Tray icon,
|
|
and DavMail uses a dedicated frame instead.
|
|
</p>
|
|
|
|
<p>Download DavMail Mac OSX package from Sourceforge:
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/osxdownload.png" alt=""/>
|
|
</div>
|
|
<p>Safari should automatically extract the application archive. If not, just
|
|
double click on the zip file to trigger decompression. The extracted
|
|
DavMail.app directory is then recognised as a valid OSX application.
|
|
</p>
|
|
<p>Just double click on the application icon to launch DavMail. On
|
|
first start the application displays the Settings (Preferences) frame.
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/osxdesktop.jpg" alt=""/>
|
|
</div>
|
|
<p>Adjust DavMail settings:
|
|
<a href="gettingstarted.html">Getting started</a>
|
|
</p>
|
|
</section>
|
|
|
|
</body>
|
|
</document> |