WebMailFolder using frames
==========================

Concept (grafical Layout)
-------------------------
+-------------------------------------------------------------------+
l                           T i t e l                               l
l [thread] [date] [subject] [author] [about]          WebMailFolder l
+---------------------+---------------------------------------------+
l                     l                                             l
l        Index        l                    Mail                     l
l                     l                                             l
l                     l                                             l
l                     l                                             l
l                     l                                             l
l                     l                                             l
+---------------------+---------------------------------------------+

Frame name
----------
For title = title
For index = index
For mail = mail
All frame names should be configurable.

Files
-----
index.html		Creating frames, loading title, prefered index and
			statistics.
*thread[_x].html	threaded index file(s).
*date[_x].html		index file(s) sorted by date.
*subject[_x].html	index file(s) sorted by subject.
*author[_x].html	index file(s) sorted by author.
*stats.html		statistics.
* = will be created by WMF

