mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
Doc: full iPhone setup instructions
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1580 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
dded7c6d2e
commit
1c3edf5e7f
@ -57,6 +57,12 @@
|
||||
<item name="IMAP Mail setup" href="/osximapmailsetup.html"/>
|
||||
<item name="Address book setup" href="/osxaddressbooksetup.html"/>
|
||||
</menu>
|
||||
<menu name="iPhone Setup">
|
||||
<item name="iPhone setup" href="/iphonesetup.html"/>
|
||||
<item name="Mail setup" href="/iphonemailsetup.html"/>
|
||||
<item name="Contact setup" href="/iphonecarddavsetup.html"/>
|
||||
<item name="Calendar setup" href="/iphonecaldavsetup.html"/>
|
||||
</menu>
|
||||
<menu ref="reports"/>
|
||||
</body>
|
||||
</project>
|
||||
|
67
src/site/xdoc/iphonecaldavsetup.xml
Normal file
67
src/site/xdoc/iphonecaldavsetup.xml
Normal file
@ -0,0 +1,67 @@
|
||||
<?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 Caldav setup</title>
|
||||
<author email="mguessan@free.fr">Mickael Guessant</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<section name="iPhone Caldav setup">
|
||||
<p>Note: you can't install DavMail directly on an iPhone, you need a separate DavMail server,
|
||||
see<a href="iphonesetup.html">iPhone setup</a>.
|
||||
</p>
|
||||
|
||||
<subsection name="Create a new account">
|
||||
<p>Open iPhone Settings application and choose Mail, Contacts, Calendar:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneAccount1.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Then select Add Account...:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneAccount2.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>DavMail is not an Exchange ActiveSync server, press Other:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneAccount3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Choose Add CalDAV Account:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneCaldav1.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Enter your DavMail server hostname in the Server field,
|
||||
append ':' and port if DavMail HTTP (Caldav and Carddav) port is not 80,
|
||||
provide your username and password then press Next:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneCaldav2.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>On the account page, open Advanced Settings:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneCaldav3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Enable SSL and check port, make sure Account URL is
|
||||
<em>https://davmailhost:1080/principals/users/username@ompany.com</em>:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneCaldav4.png" alt=""/>
|
||||
</div>
|
||||
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
69
src/site/xdoc/iphonecarddavsetup.xml
Normal file
69
src/site/xdoc/iphonecarddavsetup.xml
Normal file
@ -0,0 +1,69 @@
|
||||
<?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 Carddav setup</title>
|
||||
<author email="mguessan@free.fr">Mickael Guessant</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<section name="iPhone Carddav setup">
|
||||
<p>Note: you can't install DavMail directly on an iPhone, you need a separate DavMail server,
|
||||
see<a href="iphonesetup.html">iPhone setup</a>.
|
||||
</p>
|
||||
|
||||
<subsection name="Create a new account">
|
||||
<p>Open iPhone Settings application and choose Mail, Contacts, Calendar:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneAccount1.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Then select Add Account...:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneAccount2.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>DavMail is not an Exchange ActiveSync server, press Other:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneAccount3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Choose Add CardDAV Account:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneCarddav1.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Enter your DavMail server hostname in the Server field,
|
||||
append ':' and port if DavMail HTTP (Caldav and Carddav) port is not 80,
|
||||
provide your username and password then press Next:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneCarddav2.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>On the account page, open Advanced Settings:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneCarddav3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Enable SSL and check port:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneCarddav4.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Contact setup is complete, proceed to
|
||||
<a href="iphonecaldavsetup.html">iPhone Caldav setup</a>
|
||||
</p>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -12,7 +12,7 @@
|
||||
|
||||
<section name="iPhone Mail setup">
|
||||
<p>Note: you can't install DavMail directly on an iPhone, you need a separate DavMail server,
|
||||
see <a href="iphonesetup.html">iPhone setup</a>.
|
||||
see<a href="iphonesetup.html">iPhone setup</a>.
|
||||
</p>
|
||||
|
||||
<subsection name="Create a new account">
|
||||
@ -60,19 +60,85 @@
|
||||
</div>
|
||||
|
||||
<p>In Outgoing Mail Server section, enter your DavMail server hostname,
|
||||
append ':' and port if DavMail SMTP port is not 25, then press Next:
|
||||
<em>do not append port, this is not supported by current iOS version</em>, then press Next:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail05.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>TODO
|
||||
<p>Wait until your iPhone has finished verifying all possible port/protocol combination:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail06.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>If you get the
|
||||
<em>Cannot Connect Using SSL</em>
|
||||
message, just select Yes,
|
||||
you will just need to adjust account settings later.
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail07.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Save the account:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail08.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Confirm:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail09.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Back to account settings page, still need to fix SMTP port
|
||||
if DavMail is not listening on default port 25,
|
||||
open account settings:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail10.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Open Account Info:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail11.png" alt=""/>
|
||||
</div>
|
||||
<p>Open SMTP page:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail12.png" alt=""/>
|
||||
</div>
|
||||
<p>Choose primary server:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail13.png" alt=""/>
|
||||
</div>
|
||||
<p>Adjust SMTP port:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail14.png" alt=""/>
|
||||
</div>
|
||||
<p>Back to Account Info, open Advanced settings:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail15.png" alt=""/>
|
||||
</div>
|
||||
<p>Back to Account Info, open Advanced settings:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail15.png" alt=""/>
|
||||
</div>
|
||||
<p>Enable SSL on IMAP port:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/iphone/iphoneMail16.png" alt=""/>
|
||||
</div>
|
||||
<p>Mail setup is complete, proceed to
|
||||
<a href="iphonecarddavsetup.html">iPhone Carddav setup</a>
|
||||
</p>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
|
@ -13,13 +13,25 @@
|
||||
<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.
|
||||
See
|
||||
<a href="serversetup.html">Server setup</a>
|
||||
for more information.
|
||||
</p>
|
||||
|
||||
<p>As mail data between your iPhone and DavMail travels on the internet, you probably want
|
||||
to switch DavMail to encrypted mode, see
|
||||
<a href="sslsetup.html">SSL setup</a>
|
||||
</p>
|
||||
|
||||
<p>Once you have a working DavMail server, proceed to:
|
||||
<a href="iphonemailsetup.html">iPhone Mail setup</a>
|
||||
</p>
|
||||
<p>Then sync your Exchange contacts:
|
||||
<a href="iphonecarddavsetup.html">iPhone Carddav setup</a>
|
||||
</p>
|
||||
<p>And add your calendar:
|
||||
<a href="iphonecaldavsetup.html">iPhone Caldav setup</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user