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 |
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 764 of file compress.c.
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 2148 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 1488 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 1134 of file mh.c.
|
static |
Open a new message in a Mailbox - Implements MxOps::msg_open_new() -.
Definition at line 1600 of file mbox.c.