12/06/98      - A local mailbox is available. Forward is not implemented yet.

		*** IMPORTANT ***
		You must create the directory "mail", in which messages
		will be stored.

		The new file system\bin\dirmes.bin (created by DxNet)
		will save the message titles.

		The commands are basically the same as the F6FBB's mailbox
		ones :

		List [n1-n2]
		------------
		   This command shows the message titles of new.

		   The optionnal parameters n1-n2 allows to show headers
		   from the message #n1 and #n2.

		Send <Recipient> [@ Route] [< Sender] [$ BID] [+ FILENAME]
		----------------------------------------------------------
		   This command sends a mail to <Recipient>. The other
		   parameters are optionnal :
		   - [@ Route] specifies the cluster on which the message will
		     be forwarded;
		   - [< Sender] specifies the callsign of the sender;
		   - [$ BID] specifies the BID number (unused yet);
		   - [+ FILENAME] specifies the file name (unused yet).

		   Both commands SP or SB are supported as well.

		Read <#n>
		---------
		   Use this command to read the message #n.

		Kill <#n>
		---------
		   Use this command to kill the message #n.

		LL <#n>
		-------
		   Show the #n last message titles.

		LN
		--
		   Shows the new messages titles which for me.

		LM
		--
		   Shows the messages titles which are for me.

13/06/98      - PURGMAIL.EXE program has been created to purge the old
		messages and killed messages from the mailbox (when
		the message lifetime is expired).

		You must copy this program in SYSCMD directory and you should
		run this command from DXTODO.DAT file every night.

		PURGEMAIL [d=DirMesPath] [m=MailPath] [b=#n_days] [p=#n_days]

		where : - [d=DirMes path] specifies the directory in which
			  dirmes.bin file is located.
			  The default directory is SYSTEM\BIN.

			- [m=MailPath] specifies the mail directory.
			  By default, this directory is set to MAIL

			- [b=#n_days] sets the number of day (#n_days) after
			  which a bulletin will be deleted.
			  By default, this value is set to 30.

			- [p=#n_days] sets the number of day (#n_days) after
			  which a private mail will be deleted.
			  By default, this value is set to 30.

		Examples :
		 PURGMAIL p=C:\DXNET\SYSTEM\BIN m=C:\DXNET\MAIL p=10 b=15
		 PURGMAIL p=20
		 PURGMAIL b=30 p=5

	       The source code of this program is provided (SOURCE
	       directory).

	     - New symbols : %L shows the last received message number.
			     %Z shows the last message number listed
				by the user.

	     - The message #55 (language file) is send if there is some
	       mail waiting when an user connects the server (the symbol %1
	       is used to print the number of new messages).

14/06/98     - The message #56 (language file) is send to a connected user
	       if he receives a new message.
