users_threads_get | SELECT | id, userId | Gets the specified thread. |
users_threads_list | SELECT | userId | Lists the threads in the user's mailbox. |
users_threads_delete | DELETE | id, userId | Immediately and permanently deletes the specified thread. Any messages that belong to the thread are also deleted. This operation cannot be undone. Prefer threads.trash instead. |
users_threads_modify | EXEC | id, userId | Modifies the labels applied to the thread. This applies to all messages in the thread. |
users_threads_trash | EXEC | id, userId | Moves the specified thread to the trash. Any messages that belong to the thread are also moved to the trash. |
users_threads_untrash | EXEC | id, userId | Removes the specified thread from the trash. Any messages that belong to the thread are also removed from the trash. |