1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-13 19:22:22 -05:00

Doc: update roadmap

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1502 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-10-08 09:38:29 +00:00
parent e9601f65e6
commit c22b26b41e
2 changed files with 3 additions and 17 deletions

View File

@ -15,14 +15,6 @@
for improvement. The following section lists the expected new features for improvement. The following section lists the expected new features
and enhancements in next DavMail versions. and enhancements in next DavMail versions.
</p> </p>
<subsection name="3.8.3">
<p>
<strong>Next bugfix release</strong>
</p>
<ul>
<li>Per service SSL setting</li>
</ul>
</subsection>
<subsection name="3.9.0"> <subsection name="3.9.0">
<p> <p>
<strong>Next minor release</strong> <strong>Next minor release</strong>
@ -31,9 +23,6 @@
<li>Create a new RPM package with redline rpm ant task</li> <li>Create a new RPM package with redline rpm ant task</li>
<li>Implement Caldav attachments</li> <li>Implement Caldav attachments</li>
<li>Implement hide from Dock option on OSX</li> <li>Implement hide from Dock option on OSX</li>
<li>Implement multiple mailbox access over IMAP with domain/user/mailbox:
http://msexchangeteam.com/archive/2004/03/31/105275.aspx
</li>
</ul> </ul>
</subsection> </subsection>
<subsection name="4.0"> <subsection name="4.0">

View File

@ -20,8 +20,7 @@
<p>The simplest way to secure communication between mail/calendar clients and DavMail is to create a <p>The simplest way to secure communication between mail/calendar clients and DavMail is to create a
self signed certificate: self signed certificate:
</p> </p>
<source> <source>keytool -genkey -keyalg rsa -keysize 2048 -storepass password -keystore davmail.p12 -storetype
keytool -genkey -keyalg rsa -keysize 2048 -storepass password -keystore davmail.p12 -storetype
pkcs12 -validity 3650 -dname cn=davmailhostname.company.com,ou=davmail,o=sf,o=net pkcs12 -validity 3650 -dname cn=davmailhostname.company.com,ou=davmail,o=sf,o=net
</source> </source>
@ -31,8 +30,7 @@
davmail.ssl.keystoreType=PKCS12 davmail.ssl.keystoreType=PKCS12
davmail.ssl.keyPass=password davmail.ssl.keyPass=password
davmail.ssl.keystoreFile=davmail.p12 davmail.ssl.keystoreFile=davmail.p12
davmail.ssl.keystorePass=password]]> davmail.ssl.keystorePass=password]]></source>
</source>
<p>Restart DavMail, all DavMail listeners will switch to secure mode. You will also need to enable SSL <p>Restart DavMail, all DavMail listeners will switch to secure mode. You will also need to enable SSL
in in
client applications and manually accept the certificate as it's not signed by a trusted client applications and manually accept the certificate as it's not signed by a trusted
@ -47,8 +45,7 @@ davmail.ssl.keystorePass=password]]>
<source><![CDATA[ <source><![CDATA[
davmail.ssl.clientKeystoreType=PKCS12 davmail.ssl.clientKeystoreType=PKCS12
davmail.ssl.clientKeystoreFile=client.p12 davmail.ssl.clientKeystoreFile=client.p12
davmail.ssl.clientKeystorePass=password]]> davmail.ssl.clientKeystorePass=password]]></source>
</source>
</subsection> </subsection>
</section> </section>
</body> </body>