|
Compounds |
struct | XePIdentity_s |
Typedefs |
typedef XePIdentity_s | XePIdentity |
typedef void(* | XePIdentityDisconnectAllCb )(XePIdentity *identity, void *data) |
Functions |
clist * | a_Identity_list_new (void) |
void | a_Identity_list_free (clist *identities) |
clist * | a_Identity_list_get (void) |
XePIdentity * | a_Identity_new (void) |
XePIdentity * | a_Identity_new_copy (XePIdentity *identity) |
void | a_Identity_free (XePIdentity *identity) |
void | a_Identity_free_copy (XePIdentity *identity) |
void | a_Identity_set_id (XePIdentity *identity, const char *id) |
const char * | a_Identity_get_id (XePIdentity *identity) |
void | a_Identity_set_name (XePIdentity *identity, const char *name) |
const char * | a_Identity_get_name (XePIdentity *identity) |
void | a_Identity_set_email (XePIdentity *identity, const char *email) |
const char * | a_Identity_get_email (XePIdentity *identity) |
void | a_Identity_set_organization (XePIdentity *identity, const char *organization) |
const char * | a_Identity_get_organization (XePIdentity *identity) |
void | a_Identity_set_reply_to (XePIdentity *identity, const char *reply_to) |
const char * | a_Identity_get_reply_to (XePIdentity *identity) |
void | a_Identity_set_draft_ref (XePIdentity *identity, const char *draft_ref) |
const char * | a_Identity_get_draft_ref (XePIdentity *identity) |
void | a_Identity_set_queue_ref (XePIdentity *identity, const char *queue_ref) |
const char * | a_Identity_get_queue_ref (XePIdentity *identity) |
void | a_Identity_set_sent_ref (XePIdentity *identity, const char *sent_ref) |
const char * | a_Identity_get_sent_ref (XePIdentity *identity) |
void | a_Identity_set_mta_ref (XePIdentity *identity, const char *mta_ref) |
const char * | a_Identity_get_mta_ref (XePIdentity *identity) |
void | a_Identity_set_templates_ref (XePIdentity *identity, const char *templates_ref) |
const char * | a_Identity_get_templates_ref (XePIdentity *identity) |
clist * | a_Identity_signatures_new_copy (clist *signatures) |
void | a_Identity_set_signatures (XePIdentity *identity, clist *signatures) |
clist * | a_Identity_get_signatures (XePIdentity *identity) |
void | a_Identity_set_mailboxes (XePIdentity *identity, clist *mailboxes) |
clist * | a_Identity_get_mailboxes (XePIdentity *identity) |
XePIdentity * | a_Identity_lookup_by_email (clist *identities, const char *email) |
int | a_Identity_is_busy (XePIdentity *identity) |
void | a_Identity_disconnect_all (XePIdentity *identity, XePIdentityDisconnectAllCb user_func, void *user_data) |