davmail/src/site/xdoc/macosxsetup.xml

49 lines
2.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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/Carddav/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>Note to OSX Mountain Lion users: you need to disable Gatekeeper (at least temporarily) to avoid the
<code>DavMail is damaged and cant be opened</code> message.
</p>
<p>Older OSX releases include Java 5, this version does not support Tray icon,
and DavMail uses a dedicated frame instead. An upgrade to Java 1.6 will enable tray icon.
Recent OSX versions either include Java 6 or can install it automatically on first Java application
launch.
</p>
<p>Download DavMail Mac OSX package from Sourceforge:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxdownload.png" alt="OSX Download"/>
</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="OSX Desktop"/>
</div>
<p>In order to get balloon notifications, you will need to install Growl 1.2.2 from
<a href="http://growl.info/">http://growl.info/</a>:</p>
<div style="width: 100%;text-align: center">
<img src="images/osxgrowl.png" alt="OSX Growl"/>
</div>
<p>Adjust DavMail settings:
<a href="gettingstarted.html">Getting started</a>
</p>
</section>
</body>
</document>