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

Package: MailMan

Routine: XMXMBOX


Information

XMXMBOX ;ISC-SF/GMB-Mailbox APIs ;04/17/2002 14:10

Source Information

Source file <XMXMBOX.m>

Entry Points

Name Comments DBIA/ICR reference
QMBOX(XMDUZ,XMMSG) ; Message counts for a mailbox
FLTRMBOX(XMDUZ,XMMSG) ; Filter all the messages in a user's mailbox.
CRE8MBOX(XMDUZ,XMDATE) ; Create a Mailbox for a user
; XMDUZ The user's DUZ
; XMDATE The user has been reinstated after not having worked here a
; while. Please note the earliest message date which the user
; may access, and don't let the user access any messages before
; that date, except for any which someone might forward to the
; user.
; =fileman date or any supported date format that FileMan
; recognizes (The date must be exact.)
; The user may not access any before this date.
; =0 - (default) The user may access any old msgs which had
; been addressed to the user.
CTRY
TERMMBOX(XMDUZ) ; Terminate a user's Mailbox
; (Delete all traces of a user in MailMan)
; XMDUZ The user's DUZ
Info |  Source |  Entry Points