Doc: upgrade maven site plugin and improve style

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@655 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-08-07 10:26:29 +00:00
parent 40325ac29d
commit 8193052f13
17 changed files with 337 additions and 253 deletions

17
pom.xml
View File

@ -7,6 +7,9 @@
<packaging>jar</packaging>
<version>3.3.0</version>
<name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</name>
<organization>
<name>Mickaël Guessant</name>
</organization>
<url>http://www.sourceforge.net/projects/davmail</url>
<inceptionYear>2001</inceptionYear>
<description>
@ -224,6 +227,15 @@
<version>3.2.7</version>
</dependency>
</dependencies>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
<build>
<sourceDirectory>src/java</sourceDirectory>
<plugins>
@ -235,6 +247,11 @@
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
</plugin>
</plugins>
</build>
<distributionManagement>

View File

@ -0,0 +1,43 @@
/* You can override this file with your own styles */
.externalLink img {
vertical-align: middle;
}
.section h2, .section h3 {
border:0px;
background: transparent;
color:black;
font-size:17px;
}
.section h2 {
border-bottom:1px solid;
padding:1px;
}
.section h3 {
background:#ECECEC;
font-size:15px;
font-weight:bold;
}
.section p {
padding-left:15px;
}
.section table {
margin-left:10px;
border-collapse: collapse;
}
.small {
font-size:9px;
}
.source {
overflow:auto;
}
.floatLeft {
float:left;
}
.notype {
list-style-type:none;
margin-left:10px;
padding-left:0px;
}

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven">
<project name="Maven" xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<version position="left"/>
<bannerLeft>

View File

@ -1,5 +1,7 @@
<?xml version="1.0"?>
<document>
<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 - Frequently asked questions</title>
@ -11,7 +13,7 @@
<section name="Frequently asked questions">
<p>Frequently asked questions on DavMail forums, mailing list or direct email.
</p>
<section name="General">
<subsection name="General">
<p>
<strong>Authentication fails with invalid user or password message</strong>
</p>
@ -34,9 +36,9 @@
<p>Your Exchange server expects HTTPS (secured) connections, use https instead of http in
OWA url.
</p>
</section>
</subsection>
<section name="Caldav (calendar)">
<subsection name="Caldav (calendar)">
<p>
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
</p>
@ -44,9 +46,9 @@
on. To detect errors at this level, you may activate calendar log settings
under Tools/Options/Advanced:
</p>
<source>calendar.debug.log=true
calendar.debug.log.verbose=true
</source>
<source>
calendar.debug.log=true
calendar.debug.log.verbose=true</source>
<p>
<strong>Invalid notifications</strong>
@ -59,19 +61,24 @@
</p>
<source>calendar.caldav.sched.enabled=true</source>
</section>
</subsection>
<section name="Build">
<subsection name="Build">
<p>
<strong>How to build DavMail ?</strong>
</p>
<p>Building DavMail is quite simple:</p>
<ul>
<li>Make sure you have Java 6 installed and set as current version by checking
JAVA_HOME:<br/>
JAVA_HOME:
<br/>
<ul>
<li>Unix/OSX: <source>echo $JAVA_HOME</source></li>
<li>Windows: <source>echo %JAVA_HOME%</source></li>
<li>Unix/OSX:
<source>echo $JAVA_HOME</source>
</li>
<li>Windows:
<source>echo %JAVA_HOME%</source>
</li>
</ul>
</li>
<li>Download and unzip ant from <a href="http://ant.apache.org/">ant.apache.org</a>,
@ -89,7 +96,7 @@
</ul>
<p>Packages are then available under dist
</p>
</section>
</subsection>
</section>
</body>
</document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 - Getting started</title>
@ -15,10 +16,9 @@
<code>Settings...</code>
</p>
<div style="width: 100%;text-align: center">
<img src="images/davmailSettings.png"/>
<img src="images/davmailSettings.png" alt=""/>
</div>
<p>
The following table describes the main and advanced options :
<p>The following table describes the main and advanced options :</p>
<table>
<tr>
<th>Parameter</th>
@ -136,7 +136,6 @@
<td>davmail.log</td>
</tr>
</table>
</p>
<p>Uncheck a port to disable matching service.</p>
<p>Activate panel under Proxy tab to set an HTTP proxy and associated credentials if needed</p>
<p>Proceeed to

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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</title>
@ -8,9 +9,9 @@
</properties>
<body>
<style>
<!--style>
.externalLink img {vertical-align: middle;}
</style>
</style-->
<section name="About DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway">
<p>Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway allowing
@ -23,7 +24,7 @@
Tested successfully with the Iphone (gateway running on a server).
</p>
<div style="width: 100%;text-align: center">
<img src="images/ubuntutray.png"/>
<img src="images/ubuntutray.png" alt=""/>
</div>
</section>
<section name="Download and support this project">

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 - Linux setup</title>
@ -10,7 +11,7 @@
<body>
<section name="DavMail Setup on linux">
<section name="Debian package">
<subsection name="Debian package">
<p>Download current debian package from Sourceforge, double click on it
to launch package installer.
</p>
@ -19,8 +20,8 @@
install sun-java6-bin and the appropriate swt package. After installation,
DavMail is available in the Applications menu.
</p>
</section>
<section name="Manual setup">
</subsection>
<subsection name="Manual setup">
<p>Prerequisite : Sun J2SE 1.5 or 1.6. Tray icon is now implemented with SWT and compatible with
Java 1.5.
</p>
@ -46,12 +47,12 @@
You should now see the DavMail gateway icon in the tray :
</p>
<div style="width: 100%;text-align: center">
<img align="center" src="images/ubuntutray.png"/>
<img align="middle" src="images/ubuntutray.png" alt=""/>
</div>
<p>Adjust DavMail settings :
<a href="gettingstarted.html">Getting started</a>
</p>
</section>
</subsection>
</section>
</body>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 - Mac OS X setup</title>
@ -17,16 +18,17 @@
<p>Download DavMail Mac OSX package from Sourceforge:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxdownload.png"/>
<img src="images/osxdownload.png" alt=""/>
</div>
<p>Safari should automatically extract the application archive. If not, just
double click on the zip file to trigger decompression. The extracted
DavMail.app directory is then recognised as a valid OSX application.
</p>
<p>Just double click on the application icon to launch DavMail. On
first start the application displays the Settings (Preferences) frame.</p>
first start the application displays the Settings (Preferences) frame.
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxsettings.jpg"/>
<img src="images/osxsettings.jpg" alt=""/>
</div>
<p>Adjust DavMail settings:
<a href="gettingstarted.html">Getting started</a>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 - OSX directory setup</title>
@ -14,68 +15,68 @@
A special OpenDirectory naming context was implemented to enable iCal attendee completion.
</p>
<section name="Open Directory Utility">
<subsection name="Open Directory Utility">
<p>In OSX Finder, go to Utilities and launch Directory Utility:</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility1.png"/>
<img src="images/osxDirectoryUtility1.png" alt=""/>
</div>
<p>Choose Show Advanced Settings, switch to Services tab, select LDAPv3 and click
the pencil icon (you may need to unlock settings with your admin password first):
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility2.png"/>
<img src="images/osxDirectoryUtility2.png" alt=""/>
</div>
<p>Click New...:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility3.png"/>
<img src="images/osxDirectoryUtility3.png" alt=""/>
</div>
<p>Enter DavMail server name (localhost) and click Manual:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility4.png"/>
<img src="images/osxDirectoryUtility4.png" alt=""/>
</div>
<p>Enter Configuration Name and choose OpenDirectory in LDAP Mappings:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility5.png"/>
<img src="images/osxDirectoryUtility5.png" alt=""/>
</div>
<p>Enter o=od as Search Base Suffix:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility6.png"/>
<img src="images/osxDirectoryUtility6.png" alt=""/>
</div>
<p>If DavMail LDAP listen port is not 389, edit the new configuration,
check Use custom port and enter actual port:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility7.png"/>
<img src="images/osxDirectoryUtility7.png" alt=""/>
</div>
<p>Then activate authentication under the Security tab and
enter your credentials:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility8.png"/>
<img src="images/osxDirectoryUtility8.png" alt=""/>
</div>
<p>Under the Search Policy tab, choose Contacts, set Search to Custom Path
and /LDAPV3/localhost to the list of Directory Domains:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility9.png"/>
<img src="images/osxDirectoryUtility9.png" alt=""/>
</div>
<p>Proceeed to
<a href="osximapmailsetup.html">OSX IMAP Mail setup</a>
</p>
</section>
</subsection>
</section>
</body>
</document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 - OSX iCal setup</title>
@ -14,32 +15,34 @@
This should also work with other Caldav clients.
</p>
<section name="Open iCal Preferences">
<subsection name="Open iCal Preferences">
<p>Open iCal Preferences, go to the Accounts tab and click the plus button:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxIcal1.png"/>
<img src="images/osxIcal1.png" alt=""/>
</div>
<p>Choose a name, enter you Exchange username and password. Open the server options section
to enter the full calendar URL (adjust port to your settings):</p>
to enter the full calendar URL (adjust port to your settings):
</p>
<code>http://localhost:1080/principals/users/mail@company.com
</code>
<p>Replace mail@company.com with actual user email address.
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxIcal2.png"/>
<img src="images/osxIcal2.png" alt=""/>
</div>
<p>Click Add, choose Connect Anyway in warning dialog:</p>
<div style="width: 100%;text-align: center">
<img src="images/osxIcal3.png"/>
<img src="images/osxIcal3.png" alt=""/>
</div>
<p>Proceeed to
<a href="osxdirectorysetup.html">OSX directory setup</a> to enable attendee completion.
<a href="osxdirectorysetup.html">OSX directory setup</a>
to enable attendee completion.
</p>
</section>
</subsection>
</section>
</body>
</document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 - OSX IMAP Mail setup</title>
@ -16,88 +17,89 @@
than POP. This page describes OSX IMAP Mail setup.
</p>
<section name="Create a new account">
<subsection name="Create a new account">
<p>Launch Apple Mail, open Preferences and click the plus button to create a new
account. Enter you full name, email address and password:</p>
account. Enter you full name, email address and password:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap1.png"/>
<img src="images/osxMailImap1.png" alt=""/>
</div>
<p>Choose IMAP account type, enter description, DavMail gateway address (localhost).
Check username and password:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap2.png"/>
<img src="images/osxMailImap2.png" alt=""/>
</div>
<p>Click continue, if DavMail is not listening on the default IMAP port (143), you
will get the following error message, click Continue again to proceed:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap3.png"/>
<img src="images/osxMailImap3.png" alt=""/>
</div>
<p>Leave SSL unchecked and click Continue:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap4.png"/>
<img src="images/osxMailImap4.png" alt=""/>
</div>
<p>Enter Outgoing Mail Server (SMTP) description and DavMail gateway address (localhost).
Check Use Authentication and enter your Exchange username and password:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap5.png"/>
<img src="images/osxMailImap5.png" alt=""/>
</div>
<p>Click continue, if DavMail is not listening on the default SMTP port (25), you
will get the following error message, click Continue again to proceed:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap6.png"/>
<img src="images/osxMailImap6.png" alt=""/>
</div>
<p>Leave SSL unchecked and click Continue:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap7.png"/>
<img src="images/osxMailImap7.png" alt=""/>
</div>
<p>Check summary and click Create:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap8.png"/>
<img src="images/osxMailImap8.png" alt=""/>
</div>
</section>
<section name="Additional settings">
</subsection>
<subsection name="Additional settings">
<p>Open the Mailbox Behaviors tab and uncheck Store sent messages on server, as Exchange already
stores each sent message in this folder:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap9.png"/>
<img src="images/osxMailImap9.png" alt=""/>
</div>
<p>Under the advanced tab, enter actual DavMail IMAP port:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap10.png"/>
<img src="images/osxMailImap10.png" alt=""/>
</div>
<p>Under the Account Information tab, choose Edit Server List in Outgoing Mail Server (SMTP) field:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap11.png"/>
<img src="images/osxMailImap11.png" alt=""/>
</div>
<p>Open the advanced tab, check use custom port and enter actual DavMail SMTP port:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap12.png"/>
<img src="images/osxMailImap12.png" alt=""/>
</div>
<p>You may also want to set the Add invitations to iCal parameter to Never:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap13.png"/>
<img src="images/osxMailImap13.png" alt=""/>
</div>
</section>
</subsection>
</section>
</body>
</document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 - Server setup</title>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 calendar setup</title>
@ -14,12 +15,12 @@
This should also work with other Caldav clients.
</p>
<section name="Create a new network calendar">
<subsection name="Create a new network calendar">
<p>Obviously, you need to install the Thunderbird Lightning extension. You can
then create a new network calendar:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar1.png"/>
<img src="images/thunderbirdCalendar1.png" alt=""/>
</div>
<p>Choose CalDav format and specify location (adjust port to your settings):</p>
@ -28,27 +29,27 @@
<p>Replace mail@company.com with actual user email address.
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar2.png"/>
<img src="images/thunderbirdCalendar2.png" alt=""/>
</div>
<p>Choose a name, color and set the associated email address (as set in mail setup)
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar3.png"/>
<img src="images/thunderbirdCalendar3.png" alt=""/>
</div>
<p>Provide your credentials, login is Active Directory account name, i.e. domain\account
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar4.png"/>
<img src="images/thunderbirdCalendar4.png" alt=""/>
</div>
<p>Finish:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar5.png"/>
<img src="images/thunderbirdCalendar5.png" alt=""/>
</div>
<p>You may want to enable the (experimental) Lightning calendar cach feature to avoid
@ -59,7 +60,7 @@
<p>Proceeed to
<a href="thunderbirddirectorysetup.html">Thunderbird directory setup</a>
</p>
</section>
</subsection>
</section>
</body>
</document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 directory setup</title>
@ -13,10 +14,10 @@
<p>DavMail Directory support is now available to access Exchange address book through LDAP.
</p>
<section name="Create a new LDAP directory">
<subsection name="Create a new LDAP directory">
<p>Open Thunderbird address book and choose File/New/LDAP Directory:</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdDirectory1.png"/>
<img src="images/thunderbirdDirectory1.png" alt=""/>
</div>
<p>Choose a name, host is always localhost, LDAP base context<code>ou=people</code>,
@ -26,9 +27,9 @@
<p>You may also want to use this directory for mail completion in compoze window :
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdDirectory2.png"/>
<img src="images/thunderbirdDirectory2.png" alt=""/>
</div>
</section>
</subsection>
</section>
</body>
</document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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>
@ -27,21 +28,21 @@
Thunderbird. DavMail IMAP support is tested with Thunderbird, Outlook and Apple Mail.
</p>
<section name="Create a new account">
<subsection name="Create a new account">
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount1.png"/>
<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"/>
<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"/>
<img src="images/thunderbirdAccountImap3.png" alt=""/>
</div>
@ -50,27 +51,27 @@
Exchange 2007.
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount4.png"/>
<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"/>
<img src="images/thunderbirdAccount5.png" alt=""/>
</div>
<p>Finish:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccountImap6.png"/>
<img src="images/thunderbirdAccountImap6.png" alt=""/>
</div>
</section>
<section name="Create a new SMTP configuration">
</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"/>
<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.
@ -78,7 +79,7 @@
<p>Proceeed to
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
</p>
</section>
</subsection>
</section>
</body>
</document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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>
@ -27,21 +28,21 @@
Thunderbird
</p>
<section name="Create a new account">
<subsection name="Create a new account">
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount1.png"/>
<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"/>
<img src="images/thunderbirdAccount2.png" alt=""/>
</div>
<p>Choose POP as server type, located at localhost:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount3.png"/>
<img src="images/thunderbirdAccount3.png" alt=""/>
</div>
@ -50,27 +51,27 @@
Exchange 2007.
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount4.png"/>
<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"/>
<img src="images/thunderbirdAccount5.png" alt=""/>
</div>
<p>Finish:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount6.png"/>
<img src="images/thunderbirdAccount6.png" alt=""/>
</div>
</section>
<section name="Create a new SMTP configuration">
</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"/>
<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.
@ -78,7 +79,7 @@
<p>Proceeed to
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
</p>
</section>
</subsection>
</section>
</body>
</document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<document>
<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 - Windows setup</title>
@ -24,27 +25,27 @@
<p>Choose language:
</p>
<div style="width: 100%;text-align: center">
<img src="images/setup1.png"/>
<img src="images/setup1.png" alt=""/>
</div>
<p>Click Next:
</p>
<div style="width: 100%;text-align: center">
<img src="images/setup2.png"/>
<img src="images/setup2.png" alt=""/>
</div>
<p>Accept GPL licence:
</p>
<div style="width: 100%;text-align: center">
<img src="images/setup3.png"/>
<img src="images/setup3.png" alt=""/>
</div>
<p>Choose path:
</p>
<div style="width: 100%;text-align: center">
<img src="images/setup4.png"/>
<img src="images/setup4.png" alt=""/>
</div>
<p>Launch installation and start gateway:
</p>
<div style="width: 100%;text-align: center">
<img src="images/setup5.png"/>
<img src="images/setup5.png" alt=""/>
</div>
<p>Adjust DavMail settings :
<a href="gettingstarted.html">Getting started</a>