
Implementation status report. The 'Status' column should be interpreted
as follows:

	-	not implemented, function does nothing. It either returns
		error or reports failure.

	Done	the function is assumed to be fully implemented. This
		does not imply that it is fully tested, only implies that
		the code includes all of the specified functionality.

	Partial	the function is partially implemented. Some less urgent
		portions of the specified functionality may be missing.
		Again, does not guarantee it works.

Function/command	Status	Comments
-------------------------------------------------------------------------
MfmGetContentType	Done
MfmPutContentType	Done
MfmSetContentType	Done
MfmOpenDirectory	Done
MfmNextFile		Done
MfmCloseDirectory	Done

mfm-mv			-
mfm-cp			-
mfm-rm			-

MamLoadMessage		Partial	Should be at sufficient level for use
MamSaveMessage		Partial	Should be at sufficient level for use
MamMimeMessage		Partial	(test for generating actual MIME stream)
MamPeekMessage		Done
MamMakeMessage		Done
MamMoveMessage		Partial	(Bodypart filenames not changed)
MamCopyMessage		Partial	(Bodypart filenames not changed)
MamDeleteMessage	Done
MamContentFile		Done
MamOpenFolder		Done
MamNextMessage		Done
MamCloseFolder		Done
MamCreateFolder		Done
MamDeleteFolder		Done
MamCacheAccess		Done
MamCacheFree		Done
MamMoveFolder		Done (This is same as MamMoveMessage in reality)
MamSetLocation		-
MamGetLocation		-
