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() -. | |
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 771 of file compress.c.
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 2165 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 532 of file message.c.
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 1490 of file mbox.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 1164 of file mh.c.