Node:Mailbox Functions, Next:, Previous:Address Functions, Up:libmu_scm



Mailbox Functions

mu-mailbox-open URL MODE Scheme Function
Opens a mailbox specified by URL.

mu-mailbox-close MBOX Scheme Function
Closes mailbox MBOX

mu-mailbox-get-url MBOX Scheme Function
Returns the URL of the mailbox.

mu-mailbox-get-port MBOX MODE Scheme Function
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 Scheme Function
Retrieve from MBOX message # MSGNO.

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

mu-mailbox-expunge MBOX Scheme Function
Expunges deleted messages from the mailbox.

mu-mailbox-url MBOX Scheme Function
Returns the URL of the mailbox

mu-mailbox-append-message MBOX MESG Scheme Function
Appends the message to the mailbox