MailUtilsBackdoor.mesa
Copyright Ó 1989, 1991 by Xerox Corporation. All rights reserved.
Willie-sue, December 7, 1989 10:57:30 am PST
Utilities for manipulating mail messages, postmarks, recipients, etc.
DIRECTORY
Rope USING [ROPE],
TextNode USING [Ref],
ViewerTools USING [TiogaContents];
MailUtilsBackdoor: CEDAR DEFINITIONS ~ BEGIN
WritePlainCR: PROC [root: TextNode.Ref] RETURNS[text: Rope.ROPE];
GetCRTiogaContents: PROC [root: TextNode.Ref]
RETURNS [contents: ViewerTools.TiogaContents];
END.