XMXUTIL2 ;ISC-SF/GMB-Message info ;04/19/2002 13:34
Source file <XMXUTIL2.m>
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) |
|
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) |
|
INMSG1(XMDUZ,XMZ,XMZREC,XMFLAGS,XMIM,XMIU) | ; (Should NOT be called for responses!)
; XMIM("RESPS") ; XMIU("IEN") ; XMIU("RESP") |
|
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) |
|
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 |
|
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") |
|
ZNODE(XMZ) | ; Returns the zero node of the message.
|
|
ZDATE(XMZ,XMTIME) | ; What is the message date? (Formatted by $$MMDT^XMXUTIL1)
; XMTIME =0 Date only ; =1 Date and time (default) |
|
DATE(XMZREC,XMTIME) | ; What is the message date? (Formatted by $$MMDT^XMXUTIL1)
; XMTIME =0 Date only ; =1 Date and time (default) |
|
ZSUBJ(XMZ) | ; What is the message subject?
|
|
SUBJ(XMZREC) | ; What is the message subject?
|
|
ZFROM(XMZ) | ; Who sent the message?
|
|
FROM(XMZREC) | ; Who sent the message?
|
|
ZPRI(XMZ) | ; Is the message priority?
|
|
PRI(XMZREC) | ; Is the message priority?
|
|
LINE(XMZ) | ; How many lines does the message have?
|
|
RESP(XMZ) | ; How many responses does this message have?
|
|
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 |
|
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) |
|
NEW(XMDUZ,XMK,XMZ) | ; Is the message new for this user?
; 0 = no; 1 = yes; 2 = yes, and it's priority, too. |
|
KSEQN(XMDUZ,XMK,XMZ) | ; What's the seqence number for this message in this user's basket?
|
|
SEQN(XMKZREC) | ; What's the seqence number for this message in this user's basket?
|