Open a new message in a Mailbox. More...
Collaboration diagram for msg_open_new():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() -. | |
| 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() -. | |
| 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() -. | |
| 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() -. | |
| 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() -. | |
Open a new message in a Mailbox.
| true | Success |
| false | Failure |
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 736 of file compress.c.
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 2169 of file imap.c.
Here is the call graph for this function:Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Open a new (temporary) message in a maildir folder.
Definition at line 531 of file message.c.
Here is the call graph for this function:
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 1489 of file mbox.c.
Here is the call graph for this function:
|
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 1162 of file mh.c.
Here is the call graph for this function: