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: XMXUTIL2

Package: MailMan

Routine: XMXUTIL2


Information

XMXUTIL2 ;ISC-SF/GMB-Message info ;04/19/2002 13:34

Source Information

Source file <XMXUTIL2.m>

Entry Points

Name Comments DBIA/ICR reference
QRESP(XMZ,XMZREC,XMWHICH) ; Function returns 0 if message XMZ is a message.
; If message XMZ is a response, returns XMZ of original message
; and, optionally, the response number as the second piece.
; in:
; XMZ XMZ of the message to be checked
; XMZREC (optional) 0-node of the message
; XMWHICH (optional) If the message is a response, should MailMan also
; return the response number as the second piece?
; (0=no (default); 1=yes)
  • ICR #2736
    • Status: Active
    • Usage: Supported
    INMSG(XMDUZ,XMK,XMZ,XMZREC,XMFLAGS,XMIM,XMINSTR,XMIU) ;
    ; Should NOT be called for responses!
    ; XMFLAGS If XMFLAGS["I" return internal only
    ; ["F" return FM date
    ; XMIU("KVAPOR") If applicable, user-specified vaporize date for message in basket
    ; XMIU("NEW") Is message new? (0=no; 1=yes; 2=yes, and priority, too)
  • ICR #2736
    • Status: Active
    • Usage: Supported
    INMSG1(XMDUZ,XMZ,XMZREC,XMFLAGS,XMIM,XMIU) ; (Should NOT be called for responses!)
    ; XMIM("RESPS")
    ; XMIU("IEN")
    ; XMIU("RESP")
  • ICR #2736
    • Status: Active
    • Usage: Supported
    INM(XMZ,XMZREC,XMFLAGS,XMIM) ; For internal MailMan use only.
    ; XMIM and XMIU are killed first
    ; out:
    ; Always returned:
    ; XMIM("XMZ")
    ; XMIM("SUBJ")
    ; XMIM("FROM")
    ; XMIM("DATE")
    ; XMIM("CRE8")
    ; XMIM("SENDR")
    ; XMIM("LINES")
    ; XMIM("ENV FROM") 'Envelope From' returned only if it exists
    ; Returned if XMFLAGS'["I":
    ; XMIM("FROM DUZ")
    ; XMIM("FROM NAME")
    ; XMIM("DATE FM") Returned if XMFLAGS["F"
    ; XMIM("DATE MM") Returned if XMFLAGS'["F"
    ; XMIM("CRE8 MM") Returned if XMFLAGS'["F"
    ; XMIM("SENDR DUZ")
    ; XMIM("SENDR NAME")
    INRESPS(XMZ,XMIM,XMIU) ; How many responses? What's the user read?
    ; In:
    ; XMZ
    ; XMIU("IEN") ien of user's record in recipient multiple
    ; Out:
    ; XMIM("RESPS") message has this many responses
    ; XMIU("RESP") last response read by the user
    ; (null=not read at all; 0=original msg only; number=resp)
  • ICR #2736
    • Status: Active
    • Usage: Supported
    INRESP(XMZ,XMIEN,XMFLAGS,XMIR) ; Get info on a response to a message.
    ; In:
    ; XMZ XMZ of original message
    ; XMIEN Which response (1 thru # of responses)
    ; XMFLAGS If XMFLAGS["I" return internal only
    ; ["F" return FM date
    ; Out:
    ; XMIR
  • ICR #2736
    • Status: Active
    • Usage: Supported
    INMSG2(XMDUZ,XMZ,XMZREC,XMIM,XMINSTR,XMIU) ;
    ; Should NOT be called for responses!
    ; Does not kill XMIM, XMINSTR, or XMIU first
    ; XMIM("RECIPS") number of recipients of the message
    ; XMIU("ORIGN8") user sent message (0=no; 1=yes)
    ; The following are set only if applicable:
    ; XMINSTR("FLAGS")
    ; XMINSTR("RCPT BSKT")
    ; XMINSTR("TYPE")
    ; XMINSTR("VAPOR")
    ; XMINSTR("SCR HINT")
  • ICR #2736
    • Status: Active
    • Usage: Supported
    ZNODE(XMZ) ; Returns the zero node of the message.
  • ICR #2736
    • Status: Active
    • Usage: Supported
    ZDATE(XMZ,XMTIME) ; What is the message date? (Formatted by $$MMDT^XMXUTIL1)
    ; XMTIME =0 Date only
    ; =1 Date and time (default)
  • ICR #2736
    • Status: Active
    • Usage: Supported
    DATE(XMZREC,XMTIME) ; What is the message date? (Formatted by $$MMDT^XMXUTIL1)
    ; XMTIME =0 Date only
    ; =1 Date and time (default)
  • ICR #2736
    • Status: Active
    • Usage: Supported
    ZSUBJ(XMZ) ; What is the message subject?
  • ICR #2736
    • Status: Active
    • Usage: Supported
    SUBJ(XMZREC) ; What is the message subject?
  • ICR #2736
    • Status: Active
    • Usage: Supported
    ZFROM(XMZ) ; Who sent the message?
  • ICR #2736
    • Status: Active
    • Usage: Supported
    FROM(XMZREC) ; Who sent the message?
  • ICR #2736
    • Status: Active
    • Usage: Supported
    ZPRI(XMZ) ; Is the message priority?
  • ICR #2736
    • Status: Active
    • Usage: Supported
    PRI(XMZREC) ; Is the message priority?
  • ICR #2736
    • Status: Active
    • Usage: Supported
    LINE(XMZ) ; How many lines does the message have?
  • ICR #2736
    • Status: Active
    • Usage: Supported
    RESP(XMZ) ; How many responses does this message have?
  • ICR #2736
    • Status: Active
    • Usage: Supported
    ZREAD(XMDUZ,XMZ) ; How many responses has the user read?
    ; null = the user has not read the message
    ; 0 = the user has read the original message only
    ; number = the user has read through this response
  • ICR #2736
    • Status: Active
    • Usage: Supported
    READ(XMZUREC) ; How many responses has the user read?
    ; null = the user has not read the message
    ; 0 = the user has read the original message only
    ; number = the user has read through this response
    BSKT(XMDUZ,XMZ,XMNAME) ; Which basket is the message in for this user?
    ; in:
    ; XMDUZ,XMZ
    ; XMNAME Return basket name as second piece? 0=no (default); 1=yes
    ; returns:
    ; 0 = it's not in any basket
    ; number = it's in this basket ien ($G(XMNAME)=0)
    ; number^name = it's in this basket ien^name (XMNAME=1)
  • ICR #2736
    • Status: Active
    • Usage: Supported
    NEW(XMDUZ,XMK,XMZ) ; Is the message new for this user?
    ; 0 = no; 1 = yes; 2 = yes, and it's priority, too.
  • ICR #2736
    • Status: Active
    • Usage: Supported
    KSEQN(XMDUZ,XMK,XMZ) ; What's the seqence number for this message in this user's basket?
  • ICR #2736
    • Status: Active
    • Usage: Supported
    SEQN(XMKZREC) ; What's the seqence number for this message in this user's basket?
    Info |  Source |  Entry Points