mirror of
https://github.com/moparisthebest/davmail
synced 2025-02-28 17:31:52 -05:00
Doc: improve index and build doc
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@686 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
ebff66f5ed
commit
d9deaa53c1
@ -105,8 +105,23 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>Get DavMail source package from sourceforge and uncompress it:
|
<li>Get DavMail source package from sourceforge and uncompress it:
|
||||||
<source>tar xvzf davmail-src-*.tgz</source>
|
<source>tar xvzf davmail-src-*.tgz</source>
|
||||||
|
<br/>
|
||||||
or checkout trunk:
|
or checkout trunk:
|
||||||
<source>svn co http://davmail.svn.sourceforge.net/svnroot/davmail/trunk</source>
|
<source>svn co http://davmail.svn.sourceforge.net/svnroot/davmail/trunk</source>
|
||||||
|
<br/>
|
||||||
|
or get and uncompress tarball from
|
||||||
|
<a href="http://davmail.svn.sourceforge.net/viewvc/davmail/trunk">
|
||||||
|
http://davmail.svn.sourceforge.net/viewvc/davmail/trunk
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>Additional step on Windows: Download and install NSIS from
|
||||||
|
<a href="http://nsis.sourceforge.net">http://nsis.sourceforge.net</a>.
|
||||||
|
Then get KillProcess plugin from
|
||||||
|
<a href="http://www.esanu.name/software/index.php/nsis-kill-process/">
|
||||||
|
http://www.esanu.name/software/index.php/nsis-kill-process/
|
||||||
|
</a>
|
||||||
|
or the nsis directory in DavMail source. Copy the processwork.dll
|
||||||
|
library to NSIS plugin directory.
|
||||||
</li>
|
</li>
|
||||||
<li>Go into davmail directory root directory (which contains the build.xml file) and
|
<li>Go into davmail directory root directory (which contains the build.xml file) and
|
||||||
type:
|
type:
|
||||||
|
@ -15,6 +15,13 @@
|
|||||||
server, even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an
|
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
|
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.
|
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,
|
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.
|
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).
|
Tested successfully with the Iphone (gateway running on a server).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user