Here are a small description of the directives included in the
HTMaiLer.cfg file. Some of them are optional and are not included in the 
.cfg file.

(The "TEXT-" directves can include HTML tags. Except TEXT-CREATE-NEW-FOLDER, 
TEXT-DEFAULT-FOLDER, TEXT-INBOX.)


CGI-DIR=			The URL to the htmailer directory.
PATH-FILES=			The DOS path to the image files and root
				directory of the temporaly downloadable 
				attachments.
URL-FILES=			The URL path to the image files and root
				directory of the temporaly downloadable 
				attachments.
URL-DELETE-IMAGE=		The URL to the image to be used as the
				DELETE Button.
URL-MOVE-IMAGE=			The URL to the image to be used as the
				MOVE Button.
URL-GOFOLDER-IMAGE=		The URL to the image to be used as the
				OPEN FOLDER button.
URL-REPLY-IMAGE=		The URL to the image to be used as the
				REPLY button.
URL-NEW-FOLDER-IMAGE=		The URL to the image to be used as the
				CREATE Button (When creating new folders)
POP3-PORT=			POP3 port to be used. Now the cgi-program 
				detects it automaticly. Can be ommited.
SMTP-PORT=			SMTP port to be used. Now the cgi-program 	
				detects it automaticly. Can be ommited.
SERVER= 			The DNS name or address of the mail server
SERVER-MAIL-DOMAIN= 		The Domain name of the server (Optional)
TIMEOUT=300			The max time (in seconds) the user can leave
				the program unused. If the user attemts a new
				operation when this time has been expired he
				need to input his password again.
ALLOW-MESSAGE-SAVE=		Used to allow or not the user to save their messages
				on a folder in the web server. if ommited the default
				value is "NO", so the user will not be able
				to save messages in the web server.
FILE-MAX-SIZE=			This value defines the maximun size of a file attachment 
				to be extracted from any incoming message.
TEXT-DOWNLOAD-FILES=		This is the text to be displayed above the "Dowload File" Link
				when the attached file has been extracted from the message.
TEXT-MAX-SIZE=			This text is showed in place of the "Download File" Link
				when a message attachment is grather than the value defined in
				FILE-MAX-SIZE directive.
TEXT-SUBJECT=			The "Subject" label.
TEXT-FROM=			The "From" label.
TEXT-TO=			The "To" label.
TEXT-DATE=			The "Date" label.
TEXT-SIZE=			The "Size" label.
TEXT-TOTAL-MESSAGES=		The "Total messages" message.
TEXT-EMPTY-MAILBOX=		The "Mail box is empty" message.
TEXT-ERROR-PASSWORD=		The "Invalid Password" message.
TEXT-HEADER-DELETE=		The Check field header.
TEXT-NO-SELECTION=		The "No messages selected" message.
TEXT-LIST-MESSAGES=		The "List messages" message.
TEXT-PREVIOUS-MESSAGE=		The "Previous Message" text.
TEXT-NEXT-MESSAGE=		The "Next Message" text.
TEXT-COMPOSE=			The "Compose" message.
TEXT-MESSAGE=			The "Message" label.
TEXT-RETURN=			The "Return" text.

TEXT-NEW-ACCOUNT=		The "New Account" message
LINK-NEW-ACCOUNT=		The path of the "New Account option"
	By default the "New Account" option points to the Login Page.
	You can change the URL above to point to a new URL.
	By example: If you want to use this option to send the user to the
	home page you can set the TEXT-NEW-ACCOUNT directive to: HOME PAGE
	and set the LINK-NEW-ACCOUNT directive to: / or http://your.site.com/
	Be sure to remove de ";" in front of the directive if you plan to use it.

TEXT-DOWNLOAD-FILES=		The "Click to download" message.
TEXT-CREATE-NEW-FOLDER=		The "Create new folder" option in the folders
				list. Note: This option will appear only when 
				the user has messages in the default folder.
TEXT-NAME-NEW-FOLDER=		The "New folder name" caption.
TEXT-ERROR-CREATING-FOLDER=	The "Error creating the folder" message.
TEXT-NEW-FOLDER-CREATED=	The "Folder created" message.
TEXT-FOLDER-EXISTS=		The "Folder already exists" message.
TEXT-DEFAULT-FOLDER=		The Default folder the user can move messages to.
TEXT-INBOX=			The name to assign to the server-messages folder.
BUTTON-UNCHECK-ALL=		The label of the "Uncheck" button.
BUTTON-SEND=			The label of the "Send Mail" button.
BUTTON-CLEAR=			The label of the "Clear" button.
BUTTON-RELOGIN=			The label of the "Relogin" button.

The following directives no longer means nothing:
BUTTON-DELETE=			The label of the "Delete" button. (Replaced by a IMAGE)
BUTTON-DELETE-SELECTED=		The label of the "Delete Selected" button. (Replaced by a IMAGE)
