Open a new message in a Mailbox. More...
Functions | |
static bool | comp_msg_open_new (struct Mailbox *m, struct Message *msg, const struct Email *e) |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -. More... | |
static bool | imap_msg_open_new (struct Mailbox *m, struct Message *msg, const struct Email *e) |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -. More... | |
bool | maildir_msg_open_new (struct Mailbox *m, struct Message *msg, const struct Email *e) |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -. More... | |
static bool | mh_msg_open_new (struct Mailbox *m, struct Message *msg, const struct Email *e) |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -. More... | |
static bool | mbox_msg_open_new (struct Mailbox *m, struct Message *msg, const struct Email *e) |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -. More... | |
Open a new message in a Mailbox.
true | Success |
false | Failure |
Contract
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 758 of file compress.c.
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 2223 of file imap.c.
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Open a new (temporary) message in a maildir folder.
Definition at line 1486 of file maildir.c.
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Open a new (temporary) message in an MH folder.
Definition at line 1148 of file mh.c.
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 1590 of file mbox.c.