mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-14 05:15:04 -05:00
26 lines
1022 B
XML
26 lines
1022 B
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/Carddav/LDAP Exchange Gateway - iPhone setup</title>
|
||
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
||
|
</properties>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<section name="iPhone setup">
|
||
|
<p>In order to use DavMail with an iPhone, you need to install DavMail in server mode.
|
||
|
This server should be available directly on the internet or through a Wifi connection.
|
||
|
See <a href="serversetup.html">Server setup</a> for more information.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<p>Once you have a working DavMail server, proceed to:
|
||
|
<a href="iphonemailsetup.html">iPhone Mail setup</a>
|
||
|
</p>
|
||
|
</section>
|
||
|
|
||
|
</body>
|
||
|
</document>
|