Maildir local mailbox type.
Function | Description | Links |
maildir_ac_add() | Add a Mailbox to an Account | MxOps::ac_add(), mx_ac_add |
maildir_ac_owns_path() | Check whether an Account own a Mailbox path | MxOps::ac_owns_path(), mx_ac_owns_path |
maildir_canon_filename() | Generate the canonical filename for a Maildir folder | |
maildir_check() | Check for new mail | |
maildir_check_dir() | Check for new mail / mail counts | |
maildir_check_empty() | Is the mailbox empty | |
maildir_commit_message() | Commit a message to a maildir folder | |
maildir_delayed_parsing() | This function does the second parsing pass | |
maildir_email_new() | Create a Maildir Email | |
maildir_gen_flags() | Generate the Maildir flags for an email | |
maildir_hcache_keylen() | Calculate the length of the Maildir path | |
maildir_mbox_check() | Check for new mail | MxOps::mbox_check(), mx_mbox_check |
maildir_mbox_check_stats() | Check the Mailbox statistics | MxOps::mbox_check_stats(), mx_mbox_check_stats |
maildir_mbox_close() | Close a Mailbox | MxOps::mbox_close(), mx_mbox_close |
maildir_mbox_open() | Open a Mailbox | MxOps::mbox_open(), mx_mbox_open |
maildir_mbox_open_append() | Open a Mailbox for appending | MxOps::mbox_open_append(), mx_mbox_open_append |
maildir_mbox_sync() | Save changes to the Mailbox | MxOps::mbox_sync(), mx_mbox_sync |
maildir_msg_close() | Close an email | MxOps::msg_close(), mx_msg_close |
maildir_msg_commit() | Save changes to an email | MxOps::msg_commit(), mx_msg_commit |
maildir_msg_open() | Open an email message in a Mailbox | MxOps::msg_open(), mx_msg_open |
maildir_msg_open_new() | Open a new message in a Mailbox | MxOps::msg_open_new(), mx_msg_open_new |
maildir_msg_save_hcache() | Save message to the header cache | MxOps::msg_save_hcache(), mx_msg_save_hcache |
maildir_open_find_message() | Find a message by name | |
maildir_open_find_message_dir() | Find a message in a maildir folder | |
maildir_parse_dir() | Read a Maildir mailbox | |
maildir_parse_flags() | Parse Maildir file flags | |
maildir_parse_message() | Actually parse a maildir message | |
maildir_parse_stream() | Parse a Maildir message | |
maildir_path_canon() | Canonicalise a Mailbox path | MxOps::path_canon(), mx_path_canon |
maildir_path_parent() | Find the parent of a Mailbox path | MxOps::path_parent(), mx_path_parent |
maildir_path_pretty() | Abbreviate a Mailbox path | MxOps::path_pretty(), mx_path_pretty |
maildir_path_probe() | Is this a Maildir Mailbox? | MxOps::path_probe(), mx_path_probe |
maildir_read_dir() | Read a Maildir style mailbox | |
maildir_rewrite_message() | Sync a message in an MH folder | |
maildir_sort_flags() | Compare two flag characters | sort_t, sort_api |
maildir_sort_inode() | Compare two Maildirs by inode number | sort_t, sort_api |
maildir_sync_mailbox_message() | Save changes to the mailbox | |
maildir_sync_message() | Sync an email to a Maildir folder | |
maildir_update_mtime() | Update our record of the Maildir modification time | |