-- HeaderContentsP0V0.Mesa
-- Copyright Ó 1991 by Xerox Corporation. All rights reserved.
-- Copyright (C) 1989 by Xerox Corporation. All rights reserved.
-- Generated by Willie-sue.pa at February 13, 1989 6:53:51 pm PST
-- using Sirocco [2.0] of February 10, 1989 6:26:26 pm PST
DIRECTORY
CrRPC,
MailFormatP1516V3,
CHNameP2V0,
MailTransportP17V5,
Rope;
HeaderContentsP0V0: CEDAR DEFINITIONS ~ {
ROPE: TYPE ~ Rope.ROPE;
ForwardedHeadingsFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.ForwardedHeadings];
ForwardedHeadingsFromAttr: ForwardedHeadingsFromAttrType;
CopyRecipientsFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.RNameList];
CopyRecipientsFromAttr: CopyRecipientsFromAttrType;
BlindCopyRecipientsFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.RNameList];
BlindCopyRecipientsFromAttr: BlindCopyRecipientsFromAttrType;
SubjectFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: ROPE];
SubjectFromAttr: SubjectFromAttrType;
TextAnnotationFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: ROPE];
TextAnnotationFromAttr: TextAnnotationFromAttrType;
PrimaryRecipientsFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.RNameList];
PrimaryRecipientsFromAttr: PrimaryRecipientsFromAttrType;
InReplyToFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.IPMessageID];
InReplyToFromAttr: InReplyToFromAttrType;
AutoforwardedFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: BOOLEAN];
AutoforwardedFromAttr: AutoforwardedFromAttrType;
ImportanceFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.Importance];
ImportanceFromAttr: ImportanceFromAttrType;
ObsoletesFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.IPMessageIDList];
ObsoletesFromAttr: ObsoletesFromAttrType;
AuthorizingUsersFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.RNameList];
AuthorizingUsersFromAttr: AuthorizingUsersFromAttrType;
ExpiryDateFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: CARD32];
ExpiryDateFromAttr: ExpiryDateFromAttrType;
CrossReferencesFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.IPMessageIDList];
CrossReferencesFromAttr: CrossReferencesFromAttrType;
SensitivityFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.Sensitivity];
SensitivityFromAttr: SensitivityFromAttrType;
ReplyRequestFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.RNameList];
ReplyRequestFromAttr: ReplyRequestFromAttrType;
ImmutableFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.Immutable];
ImmutableFromAttr: ImmutableFromAttrType;
HeadingFromBodyPartType: TYPE ~ PROC [h: CrRPC.Handle, bits: ROPE] RETURNS [length: CARD16, value: MailFormatP1516V3.HeadingBodyPart];
HeadingFromBodyPart: HeadingFromBodyPartType;
MessageIDFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.IPMessageID];
MessageIDFromAttr: MessageIDFromAttrType;
ReplyByFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: CARD32];
ReplyByFromAttr: ReplyByFromAttrType;
ReplyToUsersFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailFormatP1516V3.RNameList];
ReplyToUsersFromAttr: ReplyToUsersFromAttrType;
OriginatorFromAttrType: TYPE ~ PROC [h: CrRPC.Handle, attr: MailFormatP1516V3.Val] RETURNS [length: CARD16, value: MailTransportP17V5.RName];
OriginatorFromAttr: OriginatorFromAttrType;
}...