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() -. | |
static bool | maildir_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 | mbox_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 435 of file compress.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 1676 of file imap.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 1115 of file maildir.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 827 of file mh.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 790 of file mbox.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 2324 of file nntp.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 2016 of file notmuch.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 709 of file pop.c.