-*- Indented-Text -*- :ts=8

TODO for FIDOGATE 3.x:

DONE.	* Change all fopen() modes to the constants defined in config.h:
	  R_MODE, W_MODE, A_MODE.

	* Only recognize line starting with "---" as tear line when next
	  line is " * Origin: " line.

	* Mail addressed to FIDONET thru the gateway, i.e.
	  FIDO->Internet->FIDO gets wrong sender address.

	* Bounce unsecure message and messages addressed to UUCP or
	  GATEWAY without a To: line.

DONE.	* Correct handling of incoming FIDO message with ^AORIGID
	  <...> i/n splitted messages. At least no more "Whitespace in
	  Message-ID" error messages!

	* Updated and more concise documentation!!!

	* Separate modules for reading/writing packet and message
	  headers. struct definitions for packet and message headers.

PARTLY	* Support for packet type 2+ (FSC-0039 / FSC-0048).
DONE.
PARTLY	* And support for true 4D point addressing for packets and
DONE.	  EchoMail.

	* Runtime configuration of addresses, hostname, domain etc.
	  currently compiled in via config.h. Command line options to
	  read alternate config file etc.

	* Automatic multi-zone operation (depending on incoming/
	  outgoing addresses).

	* Area <-> newsgroup conversion more efficient (sequential
	  reading of areas file isn't), address and origin line
	  selection per area/newsgroup.

	* MIME support for outgoing RFC messages, especially using the
	  ISO-8859-1 character set for news messages.

	* Better parsing of RFC headers with weird real name comment.
	  No empty real names. Don't use user name from Reply-To
	  header, if no real name is present, but From contains the
	  very same address with a real name comment.

	* Additional X-FTN- headers for original FIDO control info
	  (From, To, ^AVia lines, etc.).
