WalnutSend.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Willie-Sue, September 17, 1986 10:45:22 am PDT
Created by: Willie-Sue Haugeland, March 29, 1982
Contents: sending mail from Cedar&Viewers
Last edited by:
Cattell on April 13, 1982 9:35 am
Willie-Sue on December 6, 1984 1:57:35 pm PST
Last Edited by: Donahue, August 26, 1983 4:32 pm
WalnutSend: CONFIGURATION LINKS: CODE
IMPORTS
BasicTime,
Commander,
DefaultRemoteNames,
GVBasics, GVNames, GVSend,
IO, FS,
Icons, InputFocus, Menus,
PopUpSelection, Process,
Rope, RopeList,
RuntimeError,
TEditSplit, TextNode, TiogaMenuOps, TiogaOps, TypeScript,
UserCredentials, UserProfile,
ViewerEvents, ViewerIO, ViewerMenus, ViewerOps, ViewerTools,
WalnutSendInternal, WalnutSendOps
EXPORTS ALL
CONTROL
WalnutSendOpsImpl, WalnutSendMailImpl, WalnutSendControlImpl =
BEGIN
WalnutSendMailImpl;
WalnutSendOpsImpl;
WalnutSendControlImpl;
GVMailPackage;
END.