Function Make-Mailbox

Part of:

package elprep
( make-mailbox &optional < capacity > )
Create a mailbox. If the optional capacity parameter is provided and is not nil, then a bounded-mailbox is created, otherwise a plain mailbox.