Doc: thunderbird carddav setup with SOGO connector

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1282 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-07-26 16:11:21 +00:00
parent e17175daba
commit a84ed5c786
5 changed files with 55 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -48,6 +48,7 @@
<item name="IMAP Mail setup" href="/thunderbirdimapmailsetup.html"/>
<item name="Calendar setup" href="/thunderbirdcalendarsetup.html"/>
<item name="Directory setup" href="/thunderbirddirectorysetup.html"/>
<item name="Directory setup" href="/thunderbirdcarddavsetup.html"/>
</menu>
<menu name="OSX Setup">
<item name="iCal setup" href="/osxicalsetup.html"/>

View File

@ -0,0 +1,54 @@
<?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 - Thunderbird Carddav setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="Thunderbird Carddav setup">
<p>Thunderbird does not support Carddav natively, you will need to download and install the Sogo Connector
plugin from
<a href="http://www.sogo.nu/fr/downloads/frontends.html">SOGo Connector Thunderbird extension</a>
</p>
<subsection name="Create a new remote address book">
<p>After plugin installation, restart Thunderbird, open address book and choose
File / New / Remote Address Book:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCarddav1.png" alt=""/>
</div>
<p>Choose a name and enter contact folder location (adjust port to your settings):</p>
<code>http://localhost:1080/users/mail@company.com/contacts
</code>
<p>Replace mail@company.com with actual user email address.
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCarddav2.png" alt=""/>
</div>
<p>Press OK and launch synchronisation with the toolbar
<code>Synchronize</code>
button.
</p>
<p>Provide your credentials, login is Active Directory account name, i.e. domain\account
or email address with Exchange 2007
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCarddav3.png" alt=""/>
</div>
<p>Proceed to
<a href="thunderbirddirectorysetup.html">Thunderbird directory setup</a>
</p>
</subsection>
</section>
</body>
</document>