Mailbox multiplexor
Function | Description |
---|---|
mutt_is_spool() | Is this the spool_file? |
mx_ac_add() | Add a Mailbox to an Account - Wrapper for MxOps::ac_add() |
mx_ac_find() | Find the Account owning a Mailbox |
mx_ac_remove() | Remove a Mailbox from an Account and delete Account if empty |
mx_access() | Wrapper for access, checks permissions on a given mailbox |
mx_alloc_memory() | Create storage for the emails |
mx_fastclose_mailbox() | free up memory associated with the Mailbox |
mx_get_ops() | Get mailbox operations |
mx_mbox_ac_link() | Link a Mailbox to an existing or new Account |
mx_mbox_check() | Check for new mail - Wrapper for MxOps::mbox_check() |
mx_mbox_check_stats() | Check the statistics for a mailbox - Wrapper for MxOps::mbox_check_stats() |
mx_mbox_close() | Save changes and close mailbox |
mx_mbox_find() | Find a Mailbox on an Account |
mx_mbox_find2() | Find a Mailbox on an Account |
mx_mbox_find_by_name() | Find a Mailbox with given name |
mx_mbox_find_by_name_ac() | Find a Mailbox with given name under an Account |
mx_mbox_open() | Open a mailbox and parse it |
mx_mbox_sync() | Save changes to mailbox |
mx_msg_close() | Close a message |
mx_msg_commit() | Commit a message to a folder - Wrapper for MxOps::msg_commit() |
mx_msg_open() | return a stream pointer for a message |
mx_msg_open_new() | Open a new message |
mx_msg_padding_size() | Bytes of padding between messages - Wrapper for MxOps::msg_padding_size() |
mx_open_mailbox_append() | Open a mailbox for appending |
mx_ops() | All the Mailbox backends |
mx_path_canon() | Canonicalise a mailbox path - Wrapper for MxOps::path_canon() |
mx_path_canon2() | Canonicalise the path to realpath |
mx_path_is_empty() | Is the mailbox empty |
mx_path_parent() | Find the parent of a mailbox path - Wrapper for MxOps::path_parent() |
mx_path_pretty() | Abbreviate a mailbox path - Wrapper for MxOps::path_pretty() |
mx_path_probe() | Find a mailbox that understands a path |
mx_path_resolve() | Get a Mailbox for a path |
mx_resolve() | Get a Mailbox from either a path or name |
mx_save_hcache() | Save message to the header cache - Wrapper for MxOps::msg_save_hcache() |
mx_tags_commit() | Save tags to the Mailbox - Wrapper for MxOps::tags_commit() |
mx_tags_edit() | start the tag editor of the mailbox |
mx_tags_is_supported() | return true if mailbox support tagging |