Collaboration diagram for mbox_open():Functions | |
| static enum MxOpenReturns | comp_mbox_open (struct Mailbox *m) |
| Open a Mailbox - Implements MxOps::mbox_open() -. | |
| static enum MxOpenReturns | imap_mbox_open (struct Mailbox *m) |
| Open a mailbox - Implements MxOps::mbox_open() -. | |
| enum MxOpenReturns | maildir_mbox_open (struct Mailbox *m) |
| Open a Mailbox - Implements MxOps::mbox_open() -. | |
| static enum MxOpenReturns | mbox_mbox_open (struct Mailbox *m) |
| Open a Mailbox - Implements MxOps::mbox_open() -. | |
| static enum MxOpenReturns | mh_mbox_open (struct Mailbox *m) |
| Open a Mailbox - Implements MxOps::mbox_open() -. | |
| static enum MxOpenReturns | nntp_mbox_open (struct Mailbox *m) |
| Open a Mailbox - Implements MxOps::mbox_open() -. | |
| static enum MxOpenReturns | nm_mbox_open (struct Mailbox *m) |
| Open a Mailbox - Implements MxOps::mbox_open() -. | |
| static enum MxOpenReturns | pop_mbox_open (struct Mailbox *m) |
| Open a Mailbox - Implements MxOps::mbox_open() -. | |
Open a Mailbox.
| m | Mailbox to open |
| enum | MxOpenReturns |
|
static |
Open a Mailbox - Implements MxOps::mbox_open() -.
Set up a compressed mailbox to be read. Decompress the mailbox and set up the paths and hooks needed. Then determine the type of the mailbox so we can delegate the handling of messages.
Definition at line 418 of file compress.c.
Here is the call graph for this function:
|
static |
Open a mailbox - Implements MxOps::mbox_open() -.
Definition at line 2319 of file imap.c.
Here is the call graph for this function:| enum MxOpenReturns maildir_mbox_open | ( | struct Mailbox * | m | ) |
Open a Mailbox - Implements MxOps::mbox_open() -.
Definition at line 747 of file mailbox.c.
Here is the call graph for this function:
|
static |
Open a Mailbox - Implements MxOps::mbox_open() -.
Definition at line 855 of file mbox.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Open a Mailbox - Implements MxOps::mbox_open() -.
Definition at line 819 of file mh.c.
Here is the call graph for this function:
|
static |
Open a Mailbox - Implements MxOps::mbox_open() -.
Definition at line 2383 of file nntp.c.
Here is the call graph for this function:
|
static |
Open a Mailbox - Implements MxOps::mbox_open() -.
Definition at line 2106 of file notmuch.c.
Here is the call graph for this function:
|
static |
Open a Mailbox - Implements MxOps::mbox_open() -.
Fetch only headers
Definition at line 754 of file pop.c.
Here is the call graph for this function: