mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-15 13:55:09 -05:00
45f015e26c
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1030 3d1905a2-6b24-0410-a738-b14d5a86fcbd
66 lines
3.1 KiB
XML
66 lines
3.1 KiB
XML
<?xml version="1.0"?>
|
|
<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 - RoadMap</title>
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<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.
|
|
</p>
|
|
<subsection name="3.6.7">
|
|
<p>
|
|
<strong>Next bugfix release</strong>
|
|
</p>
|
|
<ul>
|
|
<li>Create a new RPM package with redline rpm ant task</li>
|
|
<li>Change the subject line when replying to invites</li>
|
|
<li>Growl support on OSX</li>
|
|
</ul>
|
|
</subsection>
|
|
<subsection name="3.7.0">
|
|
<p>
|
|
<strong>Next minor release</strong>
|
|
</p>
|
|
<ul>
|
|
<li>Implement CardDav protocol to sync address books. This new feature
|
|
is sponsored by <a href="http://www.defense.gouv.fr/dga/">French Defense / DGA</a>
|
|
through project <a href="http://www.trustedbird.org">Trustedbird</a>
|
|
</li>
|
|
<li>Implement Caldav attachments</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>
|
|
<li>Implement MKCALENDAR</li>
|
|
</ul>
|
|
</subsection>
|
|
<subsection name="4.0">
|
|
<p>
|
|
<strong>Next major version</strong>
|
|
</p>
|
|
<ul>
|
|
<li>Implement optional ICS Todo/Task conversion to Outlook tasks</li>
|
|
<li>Exchange 2010 support through EWS: Need a major refactoring of ExchangeSession
|
|
to separate WebDav only stuff
|
|
</li>
|
|
<li>Replace BufferedReader with a dedicated InputStream to parse
|
|
Caldav Requests, detect encoding in http headers
|
|
</li>
|
|
<li>Jsmooth Windows 64 bit wrappers</li>
|
|
<li>Include Unix init.d script to help users use DavMail in server mode</li>
|
|
<li>Implement custom authenticator interface to handle specific authentications
|
|
(e.g. token based)
|
|
</li>
|
|
</ul>
|
|
</subsection>
|
|
</section>
|
|
</body>
|
|
</document> |