Next: Message Functions, Previous: Address Functions, Up: libmu_scm
If url is given, sets it as a name of the user's mail directory. Returns the current value of the mail directory.
If url is given, sets it as a name of the user's folder directory. Returns the current value of the folder directory.
Opens the mailbox specified by url. mode is a string, consisting of the characters described below, giving the access mode for the mailbox
mode Meaning r Open for reading. w Open for writing. a Open for appending to the end of the mailbox. c Create the mailbox if it does not exist.
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.