Go to the first, previous, next, last section, table of contents.


Mailbox Functions

mu-mailbox-open: URL MODE
Opens a mailbox specified by URL.

mu-mailbox-close: MBOX
Closes mailbox MBOX

mu-mailbox-get-url: MBOX
Returns the URL of the mailbox.

mu-mailbox-get-port: MBOX MODE
Returns a port associated with the contents of the MBOX. MODE is a string defining operation mode of the stream. It may contain any of the two characters: `r' for reading, `w' for writing.

mu-mailbox-get-message: MBOX MSGNO
Retrieve from MBOX message # MSGNO.

mu-mailbox-messages-count: MBOX
Returns number of messages in the mailbox.

mu-mailbox-expunge: MBOX
Expunges deleted messages from the mailbox.

mu-mailbox-url: MBOX
Returns the URL of the mailbox

mu-mailbox-append-message: MBOX MESG
Appends the message to the mailbox


Go to the first, previous, next, last section, table of contents.