Go to the first, previous, next, last section, table of contents.
/* Prefix mailer_ is reserved */
#include <mailutils/mailer.h>
The API is still shaky and undefined.
- Function: int mailer_create (mailer_t *, const char *)
-
- Function: void mailer_destroy (mailer_t *)
-
- Function: int mailer_open (mailer_t, int flags)
-
- Function: int mailer_close (mailer_t)
-
- Function: int mailer_send_message (mailer_t, message_t)
-
- Function: int mailer_get_property (mailer_t, property_t *)
-
- Function: int mailer_get_stream (mailer_t, stream_t *)
-
- Function: int mailer_set_stream (mailer_t, stream_t)
-
- Function: int mailer_get_debug (mailer_t, debug_t *)
-
- Function: int mailer_set_debug (mailer_t, debug_t)
-
- Function: int mailer_get_observable (mailer_t, observable_t *)
-
- Function: int mailer_get_url (mailer_t, url_t *)
-
Go to the first, previous, next, last section, table of contents.