SendMailTool.config
Copyright Ó 1985, 1988, 1989, 1990, 1992, 1993 by Xerox Corporation. All rights reserved.
Willie-sue, January 8, 1993 1:08 pm PST
Mike Spreitzer January 25, 1987 3:21:03 pm PST
Created by: Willie-Sue Haugeland, March 29, 1982
Contents: sending mail from Cedar&Viewers
Theimer, April 30, 1990 10:43 pm PDT
SendMailTool: CONFIGURATION LINKS: CODE
IMPORTS
Atom, BasicTime,
Buttons, Commander, CommanderOps, Convert, PFS,
PFSCanonicalNames, PFSNames,
MailAnswer, MailParse, MailSend, MailSendSidedoor, MailUtils, MailUtilsBackdoor,
IO,
Icons, InputFocus, List, Menus,
PopUpSelection, Process,
RefText, Rope,
RuntimeError,
SendMailInternal,
TEditInputOps, TEditSplit, TextEdit, TextNode, TiogaAccess, TiogaAccessViewers, TiogaMenuOps, TiogaIO, TiogaOps, TypeScript,
UserProfile,
ViewerEvents, ViewerIO, ViewerOps, ViewerTools
EXPORTS SendMailOps, SendMailParseMsg
CONTROL
SendMailOpsImpl, SendMailImpl, SendMailMoreControlImpl, SendMailControlImpl =
BEGIN
SendMailOpsImpl;
SendMailImpl;
SendMailControlImpl;
SendMailMoreControlImpl;
END.