Add a Mailbox to an Account. More...
Functions | |
static bool | comp_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. More... | |
static bool | imap_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. More... | |
static bool | maildir_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. More... | |
static bool | mh_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. More... | |
static bool | mbox_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. More... | |
static bool | nntp_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. More... | |
static bool | nm_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. More... | |
static bool | pop_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. More... | |
true | Success |
false | Error |
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 434 of file compress.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 1774 of file imap.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 1089 of file maildir.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 844 of file mh.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 895 of file mbox.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 2320 of file nntp.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 2011 of file notmuch.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 709 of file pop.c.