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> <packaging>jar</packaging>
<version>3.3.0</version> <version>3.3.0</version>
<name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</name> <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> <url>http://www.sourceforge.net/projects/davmail</url>
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
<description> <description>
@ -224,6 +227,15 @@
<version>3.2.7</version> <version>3.2.7</version>
</dependency> </dependency>
</dependencies> </dependencies>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
<build> <build>
<sourceDirectory>src/java</sourceDirectory> <sourceDirectory>src/java</sourceDirectory>
<plugins> <plugins>
@ -235,6 +247,11 @@
<target>1.5</target> <target>1.5</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
</plugin>
</plugins> </plugins>
</build> </build>
<distributionManagement> <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,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?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"/> <version position="left"/>
<bannerLeft> <bannerLeft>
<name>SourceForge</name> <name>SourceForge</name>
<src>http://sflogo.sourceforge.net/sflogo.php?group_id=184600&amp;type=12</src> <src>http://sflogo.sourceforge.net/sflogo.php?group_id=184600&amp;type=12</src>
@ -17,7 +19,7 @@
</skin> </skin>
<body> <body>
<head> <head>
<link href="/favicon.ico" rel="shortcut icon" /> <link href="/favicon.ico" rel="shortcut icon"/>
</head> </head>
<menu name="Quick Links"> <menu name="Quick Links">
<item name="Home" href="/index.html"/> <item name="Home" href="/index.html"/>

View File

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

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
<document> 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> <properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Getting started</title> <title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Getting started</title>
@ -15,128 +16,126 @@
<code>Settings...</code> <code>Settings...</code>
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/davmailSettings.png"/> <img src="images/davmailSettings.png" alt=""/>
</div> </div>
<p> <p>The following table describes the main and advanced options :</p>
The following table describes the main and advanced options : <table>
<table> <tr>
<tr> <th>Parameter</th>
<th>Parameter</th> <th>Description</th>
<th>Description</th> <th>Sample value</th>
<th>Sample value</th> </tr>
</tr> <tr>
<tr> <td>OWA url</td>
<td>OWA url</td> <td>Outlook Web Access URL to access the exchange server, i.e. the base webmail URL</td>
<td>Outlook Web Access URL to access the exchange server, i.e. the base webmail URL</td> <td>http://exchangeServer/exchange/</td>
<td>http://exchangeServer/exchange/</td> </tr>
</tr> <tr>
<tr> <td>Local POP port</td>
<td>Local POP port</td> <td>Local POP server port to configure in POP client</td>
<td>Local POP server port to configure in POP client</td> <td>110</td>
<td>110</td> </tr>
</tr> <tr>
<tr> <td>Local IMAP port</td>
<td>Local IMAP port</td> <td>Local IMAP server port to configure in IMAP client</td>
<td>Local IMAP server port to configure in IMAP client</td> <td>143</td>
<td>143</td> </tr>
</tr> <tr>
<tr> <td>Local SMTP port</td>
<td>Local SMTP port</td> <td>Local SMTP server port to configure in POP client</td>
<td>Local SMTP server port to configure in POP client</td> <td>25</td>
<td>25</td> </tr>
</tr> <tr>
<tr> <td>Local Caldav HTTP port</td>
<td>Local Caldav HTTP port</td> <td>Local Caldav server port to configure in Caldav (calendar) client</td>
<td>Local Caldav server port to configure in Caldav (calendar) client</td> <td>80</td>
<td>80</td> </tr>
</tr> <tr>
<tr> <td>Local LDAP port</td>
<td>Local LDAP port</td> <td>Local LDAP server port to configure in add directory (addresse book) client</td>
<td>Local LDAP server port to configure in add directory (addresse book) client</td> <td>389</td>
<td>389</td> </tr>
</tr> <tr>
<tr> <td>Keep Delay</td>
<td>Keep Delay</td> <td>Number of days to keep messages in Exchange trash folder before actual deletion</td>
<td>Number of days to keep messages in Exchange trash folder before actual deletion</td> <td>30</td>
<td>30</td> </tr>
</tr> <tr>
<tr> <td>Sent Keep Delay</td>
<td>Sent Keep Delay</td> <td>Number of days to keep sent messages in Exchange sent folder</td>
<td>Number of days to keep sent messages in Exchange sent folder</td> <td>90</td>
<td>90</td> </tr>
</tr> <tr>
<tr> <td>Calendar past events</td>
<td>Calendar past events</td> <td>Get events in the past not older than specified days count, leave empty for no limits</td>
<td>Get events in the past not older than specified days count, leave empty for no limits</td> <td>90</td>
<td>90</td> </tr>
</tr> <tr>
<tr> <td>Allow remote connections</td>
<td>Allow remote connections</td> <td>Allow remote connections to the gateway (server mode)</td>
<td>Allow remote connections to the gateway (server mode)</td> <td>false</td>
<td>false</td> </tr>
</tr> <tr>
<tr> <td>Key store type</td>
<td>Key store type</td> <td>Choose key store type</td>
<td>Choose key store type</td> <td>JKS</td>
<td>JKS</td> </tr>
</tr> <tr>
<tr> <td>Key store</td>
<td>Key store</td> <td>SSL certificate key store file path</td>
<td>SSL certificate key store file path</td> <td>path/to/keystore</td>
<td>path/to/keystore</td> </tr>
</tr> <tr>
<tr> <td>Key store password</td>
<td>Key store password</td> <td>Key store password</td>
<td>Key store password</td> <td>password</td>
<td>password</td> </tr>
</tr> <tr>
<tr> <td>Key password</td>
<td>Key password</td> <td>SSL key password inside key store</td>
<td>SSL key password inside key store</td> <td>password</td>
<td>password</td> </tr>
</tr> <tr>
<tr> <td>PKCS11 library</td>
<td>PKCS11 library</td> <td>PKCS11 (smartcard) library path (.so or .dll)</td>
<td>PKCS11 (smartcard) library path (.so or .dll)</td> <td>softokn3.dll</td>
<td>softokn3.dll</td> </tr>
</tr> <tr>
<tr> <td>PKCS11 config</td>
<td>PKCS11 config</td> <td>Optional additional PKCS11 settings (slot, nssArgs, ...)</td>
<td>Optional additional PKCS11 settings (slot, nssArgs, ...)</td> <td>slot=2</td>
<td>slot=2</td> </tr>
</tr> <tr>
<tr> <td>Bind Address</td>
<td>Bind Address</td> <td>Bind only to the specified network address</td>
<td>Bind only to the specified network address</td> <td>10.0.1.2</td>
<td>10.0.1.2</td> </tr>
</tr> <tr>
<tr> <td>Server certificate hash</td>
<td>Server certificate hash</td> <td>Manually accepted server certificate hash, contains the SHA1 hash of
<td>Manually accepted server certificate hash, contains the SHA1 hash of a manually accepted certificate (invalid or self signed)
a manually accepted certificate (invalid or self signed) </td>
</td> <td>9F:CC:59:82:1F:C:CD:29:7C:70:F0:D8:37:B1:77:3F:48:84:AE:C4</td>
<td>9F:CC:59:82:1F:C:CD:29:7C:70:F0:D8:37:B1:77:3F:48:84:AE:C4</td> </tr>
</tr> <tr>
<tr> <td>Disable update check</td>
<td>Disable update check</td> <td>Disable DavMail check for new version</td>
<td>Disable DavMail check for new version</td> <td>false</td>
<td>false</td> </tr>
</tr> <tr>
<tr> <td>Logging levels</td>
<td>Logging levels</td> <td>Default, DavMail and HttpClient logging levels, see Log4J documentation for more details
<td>Default, DavMail and HttpClient logging levels, see Log4J documentation for more details </td>
</td> <td>WARN</td>
<td>WARN</td> </tr>
</tr> <tr>
<tr> <td>Log file Path</td>
<td>Log file Path</td> <td>DavMail log file path (default is davmail.log in working directory on Unix and Windows,
<td>DavMail log file path (default is davmail.log in working directory on Unix and Windows, ~/Library/Logs/DavMail/davmail.log on OSX)
~/Library/Logs/DavMail/davmail.log on OSX) </td>
</td> <td>davmail.log</td>
<td>davmail.log</td> </tr>
</tr> </table>
</table>
</p>
<p>Uncheck a port to disable matching service.</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>Activate panel under Proxy tab to set an HTTP proxy and associated credentials if needed</p>
<p>Proceeed to <p>Proceeed to

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
<document> 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> <properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway</title> <title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway</title>
@ -8,9 +9,9 @@
</properties> </properties>
<body> <body>
<style> <!--style>
.externalLink img {vertical-align: middle;} .externalLink img {vertical-align: middle;}
</style> </style-->
<section name="About DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway"> <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 <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). Tested successfully with the Iphone (gateway running on a server).
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/ubuntutray.png"/> <img src="images/ubuntutray.png" alt=""/>
</div> </div>
</section> </section>
<section name="Download and support this project"> <section name="Download and support this project">

View File

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

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
<document> 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> <properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Mac OS X setup</title> <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>Download DavMail Mac OSX package from Sourceforge:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/osxdownload.png"/> <img src="images/osxdownload.png" alt=""/>
</div> </div>
<p>Safari should automatically extract the application archive. If not, just <p>Safari should automatically extract the application archive. If not, just
double click on the zip file to trigger decompression. The extracted double click on the zip file to trigger decompression. The extracted
DavMail.app directory is then recognised as a valid OSX application. DavMail.app directory is then recognised as a valid OSX application.
</p> </p>
<p>Just double click on the application icon to launch DavMail. On <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"> <div style="width: 100%;text-align: center">
<img src="images/osxsettings.jpg"/> <img src="images/osxsettings.jpg" alt=""/>
</div> </div>
<p>Adjust DavMail settings: <p>Adjust DavMail settings:
<a href="gettingstarted.html">Getting started</a> <a href="gettingstarted.html">Getting started</a>

View File

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

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
<document> 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> <properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - OSX iCal setup</title> <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. This should also work with other Caldav clients.
</p> </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>Open iCal Preferences, go to the Accounts tab and click the plus button:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/osxIcal1.png"/> <img src="images/osxIcal1.png" alt=""/>
</div> </div>
<p>Choose a name, enter you Exchange username and password. Open the server options section <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>http://localhost:1080/principals/users/mail@company.com
</code> </code>
<p>Replace mail@company.com with actual user email address. <p>Replace mail@company.com with actual user email address.
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/osxIcal2.png"/> <img src="images/osxIcal2.png" alt=""/>
</div> </div>
<p>Click Add, choose Connect Anyway in warning dialog:</p> <p>Click Add, choose Connect Anyway in warning dialog:</p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/osxIcal3.png"/> <img src="images/osxIcal3.png" alt=""/>
</div> </div>
<p>Proceeed to <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> </p>
</section> </subsection>
</section> </section>
</body> </body>
</document> </document>

View File

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

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
<document> 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> <properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Server setup</title> <title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Server setup</title>
@ -71,7 +72,7 @@ davmail.logFilePath=/var/log/davmail.log
</section> </section>
<section name="DavMail Setup as a JEE Web Application"> <section name="DavMail Setup as a JEE Web Application">
<p>Prerequisites : Sun J2SE 1.5 or 1.6 and any JEE compliant web container <p>Prerequisites : Sun J2SE 1.5 or 1.6 and any JEE compliant web container
</p> </p>
<p>Davmail Gateway can now be deployed in any JEE application server using <p>Davmail Gateway can now be deployed in any JEE application server using
@ -81,7 +82,7 @@ davmail.logFilePath=/var/log/davmail.log
details will vary according to the specific application server available. details will vary according to the specific application server available.
</p> </p>
<p>Download the war DavMail package from Sourceforge <code>davmail-*.war</code>, <p>Download the war DavMail package from Sourceforge<code>davmail-*.war</code>,
and deploy it inside the application server. In Tomcat, this means copy the and deploy it inside the application server. In Tomcat, this means copy the
war file to the webapps directory. If Tomcat is started and automatic war file to the webapps directory. If Tomcat is started and automatic
deployment enabled (this is the default configuration), the package is deployment enabled (this is the default configuration), the package is
@ -90,7 +91,7 @@ davmail.logFilePath=/var/log/davmail.log
<p>The davmail.properties configuration file is then available under <p>The davmail.properties configuration file is then available under
<code>davmail-*/WEB-INF/classes</code>. <code>davmail-*/WEB-INF/classes</code>.
</p> </p>
<p>See above and <p>See above and
<a href="gettingstarted.html">Getting started</a> <a href="gettingstarted.html">Getting started</a>
for more information on for more information on

View File

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

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
<document> 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> <properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Thunderbird directory setup</title> <title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Thunderbird directory setup</title>
@ -13,22 +14,22 @@
<p>DavMail Directory support is now available to access Exchange address book through LDAP. <p>DavMail Directory support is now available to access Exchange address book through LDAP.
</p> </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> <p>Open Thunderbird address book and choose File/New/LDAP Directory:</p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdDirectory1.png"/> <img src="images/thunderbirdDirectory1.png" alt=""/>
</div> </div>
<p>Choose a name, host is always localhost, LDAP base context <code>ou=people</code>, <p>Choose a name, host is always localhost, LDAP base context<code>ou=people</code>,
adjust port to your settings and set user to your Active Directory account name, adjust port to your settings and set user to your Active Directory account name,
i.e. domain\account. Leave other options to default values. i.e. domain\account. Leave other options to default values.
</p> </p>
<p>You may also want to use this directory for mail completion in compoze window : <p>You may also want to use this directory for mail completion in compoze window :
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdDirectory2.png"/> <img src="images/thunderbirdDirectory2.png" alt=""/>
</div> </div>
</section> </subsection>
</section> </section>
</body> </body>
</document> </document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
<document> 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> <properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Thunderbird mail setup</title> <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. Thunderbird. DavMail IMAP support is tested with Thunderbird, Outlook and Apple Mail.
</p> </p>
<section name="Create a new account"> <subsection name="Create a new account">
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount1.png"/> <img src="images/thunderbirdAccount1.png" alt=""/>
</div> </div>
<p>Edit common name and Exchange mail address: <p>Edit common name and Exchange mail address:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount2.png"/> <img src="images/thunderbirdAccount2.png" alt=""/>
</div> </div>
<p>Choose IMAP as server type, located at localhost: <p>Choose IMAP as server type, located at localhost:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccountImap3.png"/> <img src="images/thunderbirdAccountImap3.png" alt=""/>
</div> </div>
@ -50,27 +51,27 @@
Exchange 2007. Exchange 2007.
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount4.png"/> <img src="images/thunderbirdAccount4.png" alt=""/>
</div> </div>
<p>Edit account name (email address by default): <p>Edit account name (email address by default):
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount5.png"/> <img src="images/thunderbirdAccount5.png" alt=""/>
</div> </div>
<p>Finish: <p>Finish:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccountImap6.png"/> <img src="images/thunderbirdAccountImap6.png" alt=""/>
</div> </div>
</section> </subsection>
<section name="Create a new SMTP configuration"> <subsection name="Create a new SMTP configuration">
<p>Create a new outgoing mail configuration under account settings: <p>Create a new outgoing mail configuration under account settings:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdSmtp.png"/> <img src="images/thunderbirdSmtp.png" alt=""/>
</div> </div>
<p>Server name is localhost, edit port according to DavMail settings. <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. The connection must use authentication with Active Directory account and encryption is not needed.
@ -78,7 +79,7 @@
<p>Proceeed to <p>Proceeed to
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a> <a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
</p> </p>
</section> </subsection>
</section> </section>
</body> </body>
</document> </document>

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
<document> 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> <properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Thunderbird mail setup</title> <title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Thunderbird mail setup</title>
@ -27,21 +28,21 @@
Thunderbird Thunderbird
</p> </p>
<section name="Create a new account"> <subsection name="Create a new account">
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount1.png"/> <img src="images/thunderbirdAccount1.png" alt=""/>
</div> </div>
<p>Edit common name and Exchange mail address: <p>Edit common name and Exchange mail address:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount2.png"/> <img src="images/thunderbirdAccount2.png" alt=""/>
</div> </div>
<p>Choose POP as server type, located at localhost: <p>Choose POP as server type, located at localhost:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount3.png"/> <img src="images/thunderbirdAccount3.png" alt=""/>
</div> </div>
@ -50,27 +51,27 @@
Exchange 2007. Exchange 2007.
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount4.png"/> <img src="images/thunderbirdAccount4.png" alt=""/>
</div> </div>
<p>Edit account name (email address by default): <p>Edit account name (email address by default):
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount5.png"/> <img src="images/thunderbirdAccount5.png" alt=""/>
</div> </div>
<p>Finish: <p>Finish:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount6.png"/> <img src="images/thunderbirdAccount6.png" alt=""/>
</div> </div>
</section> </subsection>
<section name="Create a new SMTP configuration"> <subsection name="Create a new SMTP configuration">
<p>Create a new outgoing mail configuration under account settings: <p>Create a new outgoing mail configuration under account settings:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/thunderbirdSmtp.png"/> <img src="images/thunderbirdSmtp.png" alt=""/>
</div> </div>
<p>Server name is localhost, edit port according to DavMail settings. <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. The connection must use authentication with Active Directory account and encryption is not needed.
@ -78,7 +79,7 @@
<p>Proceeed to <p>Proceeed to
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a> <a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
</p> </p>
</section> </subsection>
</section> </section>
</body> </body>
</document> </document>

View File

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