mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-13 04:45:03 -05:00
1ca2da38f0
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@231 3d1905a2-6b24-0410-a738-b14d5a86fcbd
43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<document>
|
|
|
|
<properties>
|
|
<title>DavMail POP/SMTP/Caldav Exchange Gateway - Linux setup</title>
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<section name="DavMail Setup on linux">
|
|
<p>Prerequisite : Sun J2SE 1.5 or 1.6. Tray icon is now implemented with SWT and compatible with
|
|
Java 1.5. You may use DavMail with an older version, but the gateway will run as a
|
|
command line application.
|
|
</p>
|
|
|
|
<p>You should first download and install Java, e.g. by running the following command on
|
|
Ubuntu :
|
|
</p>
|
|
<code>sudo apt-get install sun-java6-bin</code>
|
|
|
|
<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. Sorry, no deb or rpm package yet !
|
|
</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">
|
|
<img align="center" src="images/ubuntutray.png"/>
|
|
</div>
|
|
<p>Adjust DavMail settings :
|
|
<a href="gettingstarted.html">Getting started</a>
|
|
</p>
|
|
</section>
|
|
|
|
</body>
|
|
</document> |