Module mailbox_api

Source

Enums§

DeleteMailThreadError
struct for typed errors of method delete_mail_thread
GetMailMessageError
struct for typed errors of method get_mail_message
GetMailThreadError
struct for typed errors of method get_mail_thread
GetMailThreadMessagesError
struct for typed errors of method get_mail_thread_messages
GetMailThreadsError
struct for typed errors of method get_mail_threads
UpdateMailThreadDetailsError
struct for typed errors of method update_mail_thread_details

Functions§

delete_mail_thread
Marks a mail thread as deleted.
get_mail_message
Returns data about a specific mail message.
get_mail_thread
Returns a specific mail thread.
get_mail_thread_messages
Returns all the mail messages inside a specified mail thread.
get_mail_threads
Returns mail threads in a specified folder ordered by the most recent message within.
update_mail_thread_details
Updates the properties of a mail thread.