ssMail 1.0 Beta 3

ssMail (server-side Mail) is a Java servlet that allows remote users access to their IMAP4 email through any frames-capable Web browser. Uses HTML templates for defining UI. Handles MIME attachments. User feedback is appreciated. This is work in progress! Demo available. NOTE: This is a working Demo. Outgoing message size is limited to 100k.
If you have any questions or comments, you can mail me at mlatour@intrinzic.com.

Enhancements to Beta 3

Known Bugs

Requirements

Download ssMail Distribution Contents Upgrade from Beta 2

Installation Instructions

  1. Untar distribution in the HTTP server DOCROOT directory.
  2. cd into the ssMail directory
  3. conf/servlets.properties:
  4. conf/ssMail.properties:
  5. Add the following entries to your HTTP server CLASSPATH (substitute "/web" with DOCROOT):
  6. Restart your HTTP server
  7. Try hitting http://yourserver.com/ssMail/index.html and logging in with a username/password that your IMAP server will recognize.
HTML Templates
You can customize the look and feel of ssMail by modifying the HTML templates. The templates
contain special tags of the form <@tag>. When ssMail encounters one of these tags the appropriate
information is substituted in before sending the response back to the browser. Future Enhancements