alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

WebMail templates
=================

WebMail pages are assembled using templates in normal HTML with special tags that are 
enclosed in "<<" and ">>". The tag name is looked up in the current session's 
environment table and the tag replaced with the value found there.
WebMail uses the gnu.regexp package for this.
There is currently no list of all available tags, but those are the most common:

<		The current session ID. Mainly used in URLs
<             Version of WebMail
<                Current date in locale specific format
<                  Name of the operating system
<               Login name of the user
<               EMail address of the user
<           Signature of the user
<           Full name of the user
<	A list of folders for the welcome screen (include number of
                        messages, status, ...)
<      List of folders for the folder setup dialog
<         	Standard 
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.