diff --git a/pom.xml b/pom.xml index 68aacaac..72d7d5d4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ davmail davmail jar - 1.2.0 + 1.3.0 davmail http://www.sourceforge.net/projects/davmail - Ever wanted to get rid of Outlook ? DavMail is a POP/SMTP exchange gateway allowing - users to use any mail client (e.g. Thunderbird) with an Exchange server, even from the internet - through Outlook Web Access. DavMail gateway is implemented in java and should run on + Ever wanted to get rid of Outlook ? DavMail is a POP/SMTP exchange gateway allowing + users to use any mail client (e.g. Thunderbird) with an Exchange server, even from the internet + through Outlook Web Access. DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows and Linux (Ubuntu). MacOS support is currently limited to server (headless) mode. Tested successfully with the Iphone (gateway running on a server). @@ -63,15 +63,6 @@ false - - oqube - javax additional repository - default - http://www.oqube.com/maven2 - - false - - @@ -97,19 +88,24 @@ javax.mail - javamail + mail 1.4 javax.activation - jaf - 1.1 + activation + 1.1 swt swt 3.3 + + javax.servlet + servlet-api + 2.4 + src/java @@ -127,7 +123,7 @@ website - scpexe://web.sourceforge.net/home/groups/d/da/davmail/htdocs + scp://web.sourceforge.net/home/groups/d/da/davmail/htdocs diff --git a/src/site/resources/images/davmailSettings.png b/src/site/resources/images/davmailSettings.png index b3670225..bc7f48ed 100644 Binary files a/src/site/resources/images/davmailSettings.png and b/src/site/resources/images/davmailSettings.png differ diff --git a/src/site/site.xml b/src/site/site.xml index 1e5ddbd0..96ed14fb 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,5 +1,7 @@ + + SourceForge http://sflogo.sourceforge.net/sflogo.php?group_id=184600&type=2 @@ -12,12 +14,12 @@ - - + + diff --git a/src/site/xdoc/gettingstarted.xml b/src/site/xdoc/gettingstarted.xml index cda45ef7..d0d97fbb 100644 --- a/src/site/xdoc/gettingstarted.xml +++ b/src/site/xdoc/gettingstarted.xml @@ -18,7 +18,7 @@

- The following table describes the main options : + The following table describes the main and advanced options : @@ -50,6 +50,11 @@ + + + + +
ParameterAllow remote connections to the gateway (server mode) false
Bind AddressBind only to the specified network addressfalse

The bottom panel can be activated to set an HTTP proxy and associated credentials if needed

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml new file mode 100644 index 00000000..2b90d3a7 --- /dev/null +++ b/src/site/xdoc/index.xml @@ -0,0 +1,32 @@ + + + + + + DavMail Gateway + Mickael Guessant + + + + +
+

Ever wanted to get rid of Outlook ? DavMail is a POP/SMTP exchange gateway allowing + users to use any mail client (e.g. Thunderbird) with an Exchange server, even from the internet + through Outlook Web Access. DavMail gateway is implemented in java and should run on + any platform. Releases are tested on Windows and Linux (Ubuntu). MacOS support is currently + limited to server (headless) mode. Tested successfully with the Iphone (gateway running on a + server). +

+
+ +
+
+
+

Download latest DavMail Gateway release from + + SourceForge DavMail Gateway Files + +

+
+ +
\ No newline at end of file diff --git a/src/site/xdoc/serversetup.xml b/src/site/xdoc/serversetup.xml index de6e3d28..e515bb12 100644 --- a/src/site/xdoc/serversetup.xml +++ b/src/site/xdoc/serversetup.xml @@ -9,7 +9,7 @@ -
+

Prerequisite : Sun J2SE 1.5 or 1.6.

@@ -39,6 +39,7 @@ davmail.proxyPort= davmail.proxyUser= davmail.proxyPassword= davmail.server=true +davmail.bindAddress=

See Getting started @@ -52,10 +53,35 @@ davmail.server=true

Then check messages: tail -f nohup.out

-

Proceed with client configuration: - Getting started -

+
+

Prerequisites : Sun J2SE 1.5 or 1.6 and any JEE compliant web container +

+ +

Davmail Gateway can now be deployed in any JEE application server using + the war package. In this mode, DavMail listener threads run inside the + application server and follow the web application lifecycle (start, + stop, deploy, undeploy). The following items describe Tomcat deployment, + details will vary according to the specific application server available. +

+ +

Download the war DavMail package from Sourceforge davmail-*.war, + 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 + deployment enabled (this is the default configuration), the package is + automatically uncompressed and started. +

+

The davmail.properties configuration file is then available under + davmail-*/WEB-INF/classes. +

+ +

See above and + Getting started + for more information on + the options. Make sure davmail.server is set to true (no icon tray) and allow + remote connections: davmail.allowRemote=true. +

+
\ No newline at end of file