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 |  Interaction Calls
Print Page as PDF
Routine: XMD

Package: MailMan

Routine: XMD


Information

XMD ;ISC-SF/GMB-Send/Forward/Add text to a message APIs ;08/27/2003 11:01

Source Information

Source file <XMD.m>

Entry Points

Name Comments DBIA/ICR reference
SEND(XMDUZ,XMSUBJ,XMBODY,XMSTRIP,XMTO,XMINSTR,XMMG,XMZ) ;
ERR1 ;
EN1 ; Enter text in the msg, ask for recipients if there aren't any,
; and send the msg.
; Needs: DUZ,XMZ,XMTEXT
; Accepts: XMDF,XMY,XMMG,XMSTRIP,XMROU,DIFROM
; Ignores: XMDUZ,XMSUB
; Returns: N/A
; Kills: XMTEXT,XMY,XMSTRIP,XMMG
  • ICR #10070
    • Status: Active
    • Usage: Supported
    EN1A ;
    EN2A ;
    EN3 ; called from XPDTP (KIDS)
    ; XMDUZ must be valid DUZ, if provided. It may not be a string.
    EN3A ;
    QUIT ;
    ENT ; Entry for outside users
    ; All input variables ignored
  • ICR #10070
    • Status: Active
    • Usage: Supported
    INIT ; From DIFROM
    ENT1 ; Forward a msg, do not ask for recipients
    ; Needs: DUZ,XMZ,XMY
    ; Accepts: XMDUZ
    ; Ignores: XMSUB,XMTEXT,XMMG,XMSTRIP,XMROU,DIFROM,XMYBLOB
    ; Returns: N/A
    ; Kills: XMDUZ,XMY
  • ICR #10070
    • Status: Active
    • Usage: Supported
    ENT1A(XMASK) ;
    ENT2 ; Forward a msg, ask for (more) recipients
    ; Needs: DUZ,XMZ
    ; Accepts: XMDUZ,XMY,XMDF
    ; Ignores: XMSUB,XMTEXT,XMMG,XMSTRIP,XMROU,DIFROM,XMYBLOB
    ; Returns: N/A
    ; Kills: XMDUZ,XMY
  • ICR #10070
    • Status: Active
    • Usage: Supported
    ENX ;FROM MAILMAN
    ENL ; Add text to an existing message
    ; Needs: XMZ,XMTEXT
    ; Accepts: XMSTRIP
    ; Ignores: DUZ,XMDUZ,XMSUB,XMMG,XMY,XMROU,DIFROM,XMYBLOB
    ; Returns: N/A
    ; Kills: XMSTRIP
  • ICR #10070
    • Status: Active
    • Usage: Supported
    CHKBSKT(XMTO,XMINSTR) ;
    SETFROM(XMDUZ,XMINSTR) ;
  • ICR #6908
    • Status: Pending
    • Usage: Private
    SETFWD(XMDUZ,XMINSTR) ;
    CHKUSER(XMDUZ) ;

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !,$C(7),$$EZBLD^DIALOG(34101),!
    • Line Location: XMD+92
    Function Call: WRITE
    • Prompt: "."
    • Line Location: XMD+93
    Function Call: WRITE
    • Prompt: " User ID needed (DUZ) !!"
    • Line Location: ENT+2
    Info |  Source |  Entry Points |  Interaction Calls