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() -. | |
static bool | imap_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
bool | maildir_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
static bool | mbox_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
static bool | mh_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
static bool | nntp_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
static bool | nm_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
static bool | pop_ac_add (struct Account *a, struct Mailbox *m) |
Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
true | Success |
false | Error |
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 433 of file compress.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 1688 of file imap.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 37 of file account.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 791 of file mbox.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 809 of file mh.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 2375 of file nntp.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 2031 of file notmuch.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 711 of file pop.c.