2007-10-23 18:09:06 -04:00
|
|
|
<?xml version="1.0"?>
|
2009-08-07 06:26:29 -04:00
|
|
|
<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">
|
2007-10-23 18:09:06 -04:00
|
|
|
|
|
|
|
<properties>
|
2010-07-26 12:10:37 -04:00
|
|
|
<title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - Linux setup</title>
|
2007-10-23 18:09:06 -04:00
|
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<section name="DavMail Setup on linux">
|
2009-08-07 06:26:29 -04:00
|
|
|
<subsection name="Debian package">
|
2009-02-12 09:32:40 -05:00
|
|
|
<p>Download current debian package from Sourceforge, double click on it
|
|
|
|
to launch package installer.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Select Install Package, installer will automatically download and
|
2012-02-02 16:55:29 -05:00
|
|
|
install Java and the appropriate SWT package. After installation,
|
2009-02-12 09:32:40 -05:00
|
|
|
DavMail is available in the Applications menu.
|
|
|
|
</p>
|
2012-05-03 18:14:41 -04:00
|
|
|
<p>Note to Ubuntu 12 Natty users: they eventually fixed Oneiric issue, use gsettings command below</p>
|
2011-10-29 17:39:18 -04:00
|
|
|
<p>Note to Ubuntu 11.10 Oneiric users: Unity does not support system tray defined by FreeDesktop, you will need
|
|
|
|
to switch to standard Gnome Panel to use DavMail (and any other application using system tray)</p>
|
2012-05-22 18:41:17 -04:00
|
|
|
<p>Note to Ubuntu 10.04 users: all tray icons are hidden by default, use the following command to restore normal mode:</p>
|
2011-10-29 17:39:18 -04:00
|
|
|
<code>gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"</code>
|
2009-08-07 06:26:29 -04:00
|
|
|
</subsection>
|
|
|
|
<subsection name="Manual setup">
|
2012-05-27 18:41:45 -04:00
|
|
|
<p>Prerequisite: OpenJDK 6 or 7 or Sun JRE 6. Tray icon is now implemented with SWT and compatible with
|
|
|
|
Java 5.
|
2009-02-12 09:32:40 -05:00
|
|
|
</p>
|
2012-05-27 18:41:45 -04:00
|
|
|
<p>Note: some users reported issues with OpenJDK 6, please upgrade to OpenJDK 7 in this case.</p>
|
2007-10-23 18:09:06 -04:00
|
|
|
|
2009-02-12 09:32:40 -05:00
|
|
|
<p>You should first download and install Java, with the graphical package manager or through
|
|
|
|
command line.
|
|
|
|
</p>
|
|
|
|
<p>Under Ubuntu, launch System/Administration/Synaptic Package Manager, quick search
|
2012-02-02 16:55:29 -05:00
|
|
|
default-jre, mark for installation and click Apply
|
2009-02-12 09:32:40 -05:00
|
|
|
</p>
|
|
|
|
<p>Or use the following command:</p>
|
2012-02-02 16:55:29 -05:00
|
|
|
<code>sudo apt-get install default-jre</code>
|
2007-10-23 18:09:06 -04:00
|
|
|
|
2009-02-12 09:32:40 -05:00
|
|
|
<p>Download the linux x86 DavMail package from Sourceforge and uncompress it with
|
|
|
|
your favorite tool. The standard package will run natively on x86, to use DavMail
|
|
|
|
on any other hardware platform, replace the SWT with the right one from
|
|
|
|
<a href="http://www.eclipse.org/swt/">http://www.eclipse.org/swt/</a>
|
|
|
|
or use the platform independent package.
|
|
|
|
</p>
|
|
|
|
<p>On Ubuntu and other Gnome or Kde distributions, just use the desktop launcher.
|
|
|
|
On other distributions, try
|
|
|
|
<code>davmail.sh</code>.
|
|
|
|
You should now see the DavMail gateway icon in the tray :
|
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img align="middle" src="images/ubuntutray.png" alt=""/>
|
2009-02-12 09:32:40 -05:00
|
|
|
</div>
|
|
|
|
<p>Adjust DavMail settings :
|
|
|
|
<a href="gettingstarted.html">Getting started</a>
|
|
|
|
</p>
|
2009-08-07 06:26:29 -04:00
|
|
|
</subsection>
|
2007-10-23 18:09:06 -04:00
|
|
|
</section>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</document>
|