mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02: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>
|
||||
</ul>
|
||||
</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
|
||||
</li>
|
||||
<li>Get DavMail source package from sourceforge and uncompress it:
|
||||
|
@ -98,7 +98,7 @@
|
||||
<p>
|
||||
<strong>How do I secure DavMail connections ?</strong>
|
||||
</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.
|
||||
</p>
|
||||
<p>Communication between the messaging client and DavMail is
|
||||
@ -122,7 +122,7 @@
|
||||
<p>
|
||||
<strong>Are my credentials safe ?</strong>
|
||||
</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
|
||||
</p>
|
||||
</subsection>
|
||||
@ -135,9 +135,8 @@
|
||||
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><![CDATA[calendar.debug.log=true
|
||||
calendar.debug.log.verbose=true]]></source>
|
||||
|
||||
<p>
|
||||
<strong>Invalid notifications</strong>
|
||||
@ -192,7 +191,7 @@
|
||||
<code>mail.strictly_mime</code>
|
||||
advanced option.
|
||||
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>
|
||||
to send messages as quoted-printable.
|
||||
</p>
|
||||
|
@ -29,9 +29,9 @@
|
||||
<td>OWA url</td>
|
||||
<td>Outlook Web Access URL to access the exchange server, i.e. the base webmail URL
|
||||
<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>http://exchangeServer/owa/</td>
|
||||
<td>https://exchangeServer/owa/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local POP port</td>
|
||||
@ -55,7 +55,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -13,14 +13,14 @@
|
||||
<section name="DavMail RoadMap">
|
||||
<p>DavMail features are now almost complete, yet there remains a lot of place
|
||||
for improvement. The following section lists the expected new features
|
||||
and enhancements in DavMail next versions.
|
||||
and enhancements in next DavMail versions.
|
||||
</p>
|
||||
<subsection name="3.8.1">
|
||||
<subsection name="3.8.3">
|
||||
<p>
|
||||
<strong>Next bugfix release</strong>
|
||||
</p>
|
||||
<ul>
|
||||
<li>Change the subject line when replying to invites</li>
|
||||
<li>Per service SSL setting</li>
|
||||
</ul>
|
||||
</subsection>
|
||||
<subsection name="3.9.0">
|
||||
|
@ -14,19 +14,18 @@
|
||||
<p>Prerequisite : Sun J2SE 1.5 or 1.6.
|
||||
</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.
|
||||
In server mode Davmail can run on any Java supported platform. This is
|
||||
currently the only way to run DavMail on MacOS X due to poor Java support
|
||||
(no Java 6 yet).
|
||||
In server mode Davmail can run on any Java supported platform.
|
||||
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>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>Prepare a davmail.properties file according to you local needs :
|
||||
<p>Prepare a davmail.properties file according to your local needs :
|
||||
</p>
|
||||
<source>
|
||||
davmail.url=http://exchangeServer/exchange/
|
||||
|
@ -5,19 +5,18 @@
|
||||
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
||||
version="2.5">
|
||||
<description>
|
||||
Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway
|
||||
allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with
|
||||
an Exchange server, even from the internet or behind a firewall through Outlook Web Access.
|
||||
DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts
|
||||
to allow recipient address completion in mail compose window and full calendar support
|
||||
with attendees free/busy display.
|
||||
Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange
|
||||
gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or
|
||||
Apple iCal) with an Exchange server, even from the internet or behind a firewall through
|
||||
Outlook Web Access.
|
||||
DavMail now includes an LDAP gateway to Exchange global address book and user personal
|
||||
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
|
||||
Exchange. This means LDAP for address book, SMTP to send messages, IMAP to browse messages
|
||||
on the server in any folder, POP to retrieve inbox messages only and Caldav for calendar support.
|
||||
Exchange. This means LDAP for globale address book, SMTP to send messages, IMAP to browse
|
||||
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.
|
||||
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
|
||||
on Windows, Linux (Ubuntu) and Mac OSX. Tested successfully with the Iphone
|
||||
(gateway running on a server).
|
||||
|
Loading…
Reference in New Issue
Block a user