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

Package: MailMan

Routine: XMXAPIB


Information

XMXAPIB ;ISC-SF/GMB-Mailbox and Mail Basket APIs ;04/17/2002 14:07

Source Information

Source file <XMXAPIB.m>

Entry Points

Name Comments DBIA/ICR reference
CRE8MBOX(XMDUZ,XMDATE) ; Create a mailbox
; In: User
; User must be POSTMASTER or POSTMASTER surrogate and possess XMMGR key.
  • ICR #2723
    • Status: Active
    • Usage: Supported
    FLTRMBOX(XMDUZ,XMMSG) ; Filter all messages in a user's mailbox
    ; In: User
  • ICR #2723
    • Status: Active
    • Usage: Supported
    QMBOX(XMDUZ,XMMSG) ; Query a mailbox
    ; # msgs^# new msgs^date/time last msg received^priority mail (0/1)
    ; In: User, Query type
  • ICR #2723
    • Status: Active
    • Usage: Supported
    TERMMBOX(XMDUZ) ; Remove all traces of a user in MM globals
    ; In: User
    ; User must be POSTMASTER or POSTMASTER surrogate and possess XMMGR key.
  • ICR #2723
    • Status: Active
    • Usage: Supported
    CRE8BSKT(XMDUZ,XMKN,XMK) ; Create a basket
    ; In: User, basket name
    ; Out: Basket number
  • ICR #2723
    • Status: Active
    • Usage: Supported
    DELBSKT(XMDUZ,XMK,XMFLAGS) ; Delete basket
    ; In: User, basket
  • ICR #2723
    • Status: Active
    • Usage: Supported
    FLTRBSKT(XMDUZ,XMK,XMMSG) ; Filter all messages in a user's basket
    ; In: User
  • ICR #2723
    • Status: Active
    • Usage: Supported
    LISTBSKT(XMDUZ,XMFLAGS,XMAMT,XMSTART,XMPART,XMTROOT) ;
  • ICR #2723
    • Status: Active
    • Usage: Supported
    LISTMSGS(XMDUZ,XMK,XMFLDS,XMFLAGS,XMAMT,XMSTART,XMCRIT,XMTROOT) ; List messages
  • ICR #2723
    • Status: Active
    • Usage: Supported
    NAMEBSKT(XMDUZ,XMK,XMKN) ; Change the name of a basket
    ; In: User, basket, new basket name (@ will delete)
  • ICR #2723
    • Status: Active
    • Usage: Supported
    QBSKT(XMDUZ,XMK,XMMSG) ; Get info on a basket
    ; In: User, basket
    ; Out: basket ien^basket name^# msgs^# new msgs
  • ICR #2723
    • Status: Active
    • Usage: Supported
    RSEQBSKT(XMDUZ,XMK,XMMSG) ; Resequence msgs in a basket
    ; In: User, basket
  • ICR #2723
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points