Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: XMTDL

Package: MailMan

Routine: XMTDL


Information

XMTDL ;ISC-SF/GMB-Deliver local mail to mailbox ;10/23/2002 06:37

Source Information

Source file <XMTDL.m>

Entry Points

Name Comments DBIA/ICR reference
GO ;
; Variables provided through TASKMAN: XMHANG,XMGROUP,XMQUEUE
RDELIVER(XMGROUP,XMQUEUE,XMTSTAMP,XMZ,XMMCNT,XMRCNT,XMACNT) ; was ^XMADJF1
; Note: We know that XMGROUP="R" here
ADDRECP(XMZ,XMPRI,XMRECP) ; Add a recipient to the message
LASTREAD(XMZ,XMZFROM,XMZDATE) ; Note that the sender has read the original message
GOTREPLY(XMZ,XMRESPS,XMIEN,XMRNEW) ; Note that recipient has seen his own reply.
MDELIVER(XMGROUP,XMQUEUE,XMTSTAMP,XMUID,XMMCNT,XMRCNT,XMACNT) ; was ^XMADJF1
NEW(XMGROUP,XMQUEUE,XMTSTAMP,XMZ,XMBCAST,XMK,XMDEL,XMZSUBJ,XMZFROM,XMZDATE,XMZPDATE,XMZBSKT,XMACNT) ;
FORWARD(XMGROUP,XMQUEUE,XMTSTAMP,XMUID,XMZ,XMBCAST,XMK,XMDEL,XMZSUBJ,XMZFROM,XMZPDATE,XMZBSKT,XMACNT) ;
BADERR(XMDIALOG,XMPARM) ;
Info |  Source |  Entry Points