|
GNU Mailutils |
General-Purpose Mail Package |
Official GNU Software |
| GNU Mailutils Manual (split by node): | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
? |
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. |
Closes mailbox mbox.
Returns url of the mailbox mbox.
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.
Retrieve from message #msgno from the mailbox mbox.
Returns number of messages in the mailbox mbox.
Expunges deleted messages from the mailbox mbox.
Appends message mesg to the mailbox mbox.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.