mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 11:12:22 -05:00
Doc: a few doc fixes and update roadmap
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1387 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
7eb4d0c0c5
commit
0757ecb269
@ -25,7 +25,7 @@
|
|||||||
</li>
|
</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:
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>How do I secure DavMail connections ?</strong>
|
<strong>How do I secure DavMail connections ?</strong>
|
||||||
</p>
|
</p>
|
||||||
<p>Communication between DavMail and you Exchange server is secured by default as long as you access
|
<p>Communication between DavMail and your Exchange server is secured by default as long as you access
|
||||||
OWA over HTTPS.
|
OWA over HTTPS.
|
||||||
</p>
|
</p>
|
||||||
<p>Communication between the messaging client and DavMail is
|
<p>Communication between the messaging client and DavMail is
|
||||||
@ -122,7 +122,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>Are my credentials safe ?</strong>
|
<strong>Are my credentials safe ?</strong>
|
||||||
</p>
|
</p>
|
||||||
<p>DavMail does not store Exchange username and password, they are provided by the messaging client over
|
<p>DavMail does not store Exchange username or password, they are provided by the messaging client over
|
||||||
IMAP, HTTP, POP, SMTP or LDAP
|
IMAP, HTTP, POP, SMTP or LDAP
|
||||||
</p>
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
@ -135,9 +135,8 @@
|
|||||||
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><![CDATA[calendar.debug.log=true
|
||||||
calendar.debug.log.verbose=true
|
calendar.debug.log.verbose=true]]></source>
|
||||||
</source>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>Invalid notifications</strong>
|
<strong>Invalid notifications</strong>
|
||||||
@ -192,7 +191,7 @@
|
|||||||
<code>mail.strictly_mime</code>
|
<code>mail.strictly_mime</code>
|
||||||
advanced option.
|
advanced option.
|
||||||
Go to Tools/Options/Advanced/General/Config Editor and look for a preference
|
Go to Tools/Options/Advanced/General/Config Editor and look for a preference
|
||||||
with name<code>mail.strictly_mime</code>, set value to
|
with name <code>mail.strictly_mime</code>, set value to
|
||||||
<code>true</code>
|
<code>true</code>
|
||||||
to send messages as quoted-printable.
|
to send messages as quoted-printable.
|
||||||
</p>
|
</p>
|
||||||
|
@ -29,9 +29,9 @@
|
|||||||
<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>Outlook Web Access URL to access the exchange server, i.e. the base webmail URL
|
||||||
<br/>
|
<br/>
|
||||||
Note: use /owa/ path for Exchange 2007, /exchange/ for older versions
|
Note: use /owa/ path for Exchange 2007 or 2010, /exchange/ for older versions
|
||||||
</td>
|
</td>
|
||||||
<td>http://exchangeServer/owa/</td>
|
<td>https://exchangeServer/owa/</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Local POP port</td>
|
<td>Local POP port</td>
|
||||||
@ -55,7 +55,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Local LDAP port</td>
|
<td>Local LDAP port</td>
|
||||||
<td>Local LDAP server port to configure in directory (addresse book) client</td>
|
<td>Local LDAP server port to configure in directory (address book) client</td>
|
||||||
<td>389</td>
|
<td>389</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -13,14 +13,14 @@
|
|||||||
<section name="DavMail RoadMap">
|
<section name="DavMail RoadMap">
|
||||||
<p>DavMail features are now almost complete, yet there remains a lot of place
|
<p>DavMail features are now almost complete, yet there remains a lot of place
|
||||||
for improvement. The following section lists the expected new features
|
for improvement. The following section lists the expected new features
|
||||||
and enhancements in DavMail next versions.
|
and enhancements in next DavMail versions.
|
||||||
</p>
|
</p>
|
||||||
<subsection name="3.8.1">
|
<subsection name="3.8.3">
|
||||||
<p>
|
<p>
|
||||||
<strong>Next bugfix release</strong>
|
<strong>Next bugfix release</strong>
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Change the subject line when replying to invites</li>
|
<li>Per service SSL setting</li>
|
||||||
</ul>
|
</ul>
|
||||||
</subsection>
|
</subsection>
|
||||||
<subsection name="3.9.0">
|
<subsection name="3.9.0">
|
||||||
|
@ -14,19 +14,18 @@
|
|||||||
<p>Prerequisite : Sun J2SE 1.5 or 1.6.
|
<p>Prerequisite : Sun J2SE 1.5 or 1.6.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Davmail Gateway can now run in server mode as a gateway between the mail
|
<p>Davmail Gateway can run in server mode as a gateway between the mail
|
||||||
client and the Outlook Web Access (Exchange) server.
|
client and the Outlook Web Access (Exchange) server.
|
||||||
In server mode Davmail can run on any Java supported platform. This is
|
In server mode Davmail can run on any Java supported platform.
|
||||||
currently the only way to run DavMail on MacOS X due to poor Java support
|
|
||||||
(no Java 6 yet).
|
|
||||||
This mode was tested successfully with the Iphone and should work with
|
This mode was tested successfully with the Iphone and should work with
|
||||||
any phone with POP/IMAP/SMTP/LDAP/Caldav client.
|
any phone with POP/IMAP/SMTP/LDAP/Caldav/Carddav client.
|
||||||
|
In this mode many users can share the same DavMail instance.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Download the generic DavMail package from Sourceforge and uncompress it with
|
<p>Download the generic DavMail package from Sourceforge and uncompress it with
|
||||||
your favorite tool, e.g. on Linux:<code>unzip davmail-*.zip</code>.
|
your favorite tool, e.g. on Linux: <code>unzip davmail-*.zip</code>.
|
||||||
</p>
|
</p>
|
||||||
<p>Prepare a davmail.properties file according to you local needs :
|
<p>Prepare a davmail.properties file according to your local needs :
|
||||||
</p>
|
</p>
|
||||||
<source>
|
<source>
|
||||||
davmail.url=http://exchangeServer/exchange/
|
davmail.url=http://exchangeServer/exchange/
|
||||||
|
@ -5,19 +5,18 @@
|
|||||||
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
||||||
version="2.5">
|
version="2.5">
|
||||||
<description>
|
<description>
|
||||||
Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway
|
Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange
|
||||||
allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with
|
gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or
|
||||||
an Exchange server, even from the internet or behind a firewall through Outlook Web Access.
|
Apple iCal) with an Exchange server, even from the internet or behind a firewall through
|
||||||
DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts
|
Outlook Web Access.
|
||||||
to allow recipient address completion in mail compose window and full calendar support
|
DavMail now includes an LDAP gateway to Exchange global address book and user personal
|
||||||
with attendees free/busy display.
|
contacts to allow recipient address completion in mail compose window and full calendar
|
||||||
|
support with attendees free/busy display.
|
||||||
The main goal of DavMail is to provide standard compliant protocols in front of proprietary
|
The main goal of DavMail is to provide standard compliant protocols in front of proprietary
|
||||||
Exchange. This means LDAP for address book, SMTP to send messages, IMAP to browse messages
|
Exchange. This means LDAP for globale address book, SMTP to send messages, IMAP to browse
|
||||||
on the server in any folder, POP to retrieve inbox messages only and Caldav for calendar support.
|
messages on the server in any folder, POP to retrieve inbox messages only, Caldav for
|
||||||
|
calendar support and Carddav for personal contacts sync.
|
||||||
Thus any standard compliant client can be used with Microsoft Exchange.
|
Thus any standard compliant client can be used with Microsoft Exchange.
|
||||||
DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows,
|
|
||||||
Linux (Ubuntu) and Mac OSX. Tray does not work on MacOS and is replaced with a full frame.
|
|
||||||
Tested successfully with the Iphone (gateway running on a server).
|
|
||||||
DavMail gateway is implemented in java and should run on any platform. Releases are tested
|
DavMail gateway is implemented in java and should run on any platform. Releases are tested
|
||||||
on Windows, Linux (Ubuntu) and Mac OSX. Tested successfully with the Iphone
|
on Windows, Linux (Ubuntu) and Mac OSX. Tested successfully with the Iphone
|
||||||
(gateway running on a server).
|
(gateway running on a server).
|
||||||
|
Loading…
Reference in New Issue
Block a user