Data Structures | |
struct | libnfsnapi_email_t |
Functions | |
libnfsnapi_email_t * | libnfsnapi_email_create (libnfsnapi_mgr_t *mgr, const char *domain) |
void | libnfsnapi_email_destroy (libnfsnapi_email_t *email) |
int | libnfsnapi_email_setForward (libnfsnapi_email_t *email, const char *forward, const char *dest_email) |
int | libnfsnapi_email_removeForward (libnfsnapi_email_t *email, const char *forward) |
|
Create an Email object.
Definition at line 15 of file email.c. References LIBNFSNAPI_ERROR_MEMORY. |
|
Destroy an Email object, and free all memory associated with it. Do not use this pointer after calling this function. |
|
Add a new email forwarding address. If the specified forward already exists, it will be overwritten.
Definition at line 44 of file email.c. References LIBNFSNAPI_ERROR_MEMORY. |
|
Remove an email forwarding address.
Definition at line 73 of file email.c. References LIBNFSNAPI_ERROR_MEMORY. |