JSP based webmail application by Zaidsoft.
For more information please see the website.
This is initial code drop. We are open sourcing an old project and code style (or latest JSP best practices may not apply). We intend to improve the code with latest practices on continueous basis. Pull requests are always welcome!
Following download/repo options are for future release 1.0.0-prealpha1. May not work for now.
Download the latest JAR or grab via Maven:
<dependency>
<groupId>com.zaidsoft.webmail</groupId>
<artifactId>webmail</artifactId>
<version>1.0.0-prealpha1</version>
</dependency>
or Gradle:
compile 'com.zaidsoft.webmail:webmail:1.0.0-prealpha1'
Snapshots of the development version are available in Sonatype's snapshots
repository.
webmail requires at minimum Java 6 and Tomcat 6.x or later.
Provide an easy to use web mail interface for checking and sending mails using nothing but web browser.
Copyright 2015 ZAIDSOFT.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.