mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-12 04:15:08 -05:00
8193052f13
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@655 3d1905a2-6b24-0410-a738-b14d5a86fcbd
85 lines
3.7 KiB
XML
85 lines
3.7 KiB
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/LDAP Exchange Gateway - Thunderbird mail setup</title>
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<section name="IMAP Thunderbird mail setup">
|
|
<p>There are two ways to access Exchange emails through DavMail Gateway: the good old
|
|
and efficient POP protocol, limited to Inbox access and the IMAP protocol that enables
|
|
full message folder tree access. IMAP support in DavMail is more recent and less optimised
|
|
than POP.
|
|
</p>
|
|
|
|
<p>This page describes IMAP setup, if you don't need multiple folders access, proceed to
|
|
<a href="thunderbirdmailsetup.html">
|
|
POP Thunderbird mail setup
|
|
</a>
|
|
instead.
|
|
</p>
|
|
|
|
<p>DavMail can be used with any IMAP/SMTP client by adjusting the following description designed for
|
|
Thunderbird. DavMail IMAP support is tested with Thunderbird, Outlook and Apple Mail.
|
|
</p>
|
|
|
|
<subsection name="Create a new account">
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdAccount1.png" alt=""/>
|
|
</div>
|
|
|
|
<p>Edit common name and Exchange mail address:
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdAccount2.png" alt=""/>
|
|
</div>
|
|
|
|
<p>Choose IMAP as server type, located at localhost:
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdAccountImap3.png" alt=""/>
|
|
</div>
|
|
|
|
|
|
<p>Populate in and out login names with Active Directory account name, i.e. domain\account
|
|
with Exchange 2003 and earlier. You don't need the domain name prefix with
|
|
Exchange 2007.
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdAccount4.png" alt=""/>
|
|
</div>
|
|
|
|
<p>Edit account name (email address by default):
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdAccount5.png" alt=""/>
|
|
</div>
|
|
|
|
<p>Finish:
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdAccountImap6.png" alt=""/>
|
|
</div>
|
|
|
|
</subsection>
|
|
<subsection name="Create a new SMTP configuration">
|
|
<p>Create a new outgoing mail configuration under account settings:
|
|
</p>
|
|
<div style="width: 100%;text-align: center">
|
|
<img src="images/thunderbirdSmtp.png" alt=""/>
|
|
</div>
|
|
<p>Server name is localhost, edit port according to DavMail settings.
|
|
The connection must use authentication with Active Directory account and encryption is not needed.
|
|
</p>
|
|
<p>Proceeed to
|
|
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
|
|
</p>
|
|
</subsection>
|
|
</section>
|
|
</body>
|
|
</document> |