gmail v0.1.15 Gmail.Thread
A collection of messages representing a conversation.
Summary
Functions
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads#resource
Immediately and permanently deletes the specified thread. This operation cannot be undone. Prefer trash
instead
Gets the specified thread
Handles a thread delete response from the Gmail API
Handles a thread list response from the Gmail API
Handles a thread resource response from the Gmail API
Lists the threads in the user’s mailbox
Searches for threads in the user’s mailbox
Moves the specified thread to the trash
Removes the specified thread from the trash
Types
t :: %Gmail.Thread{history_id: term, id: term, messages: term, snippet: term}
Functions
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads#resource
Immediately and permanently deletes the specified thread. This operation cannot be undone. Prefer trash
instead.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads/delete
Gets the specified thread.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads/get
Specs
Handles a thread delete response from the Gmail API.
Specs
Handles a thread list response from the Gmail API.
Handles a thread resource response from the Gmail API.
Lists the threads in the user’s mailbox.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads/list
Searches for threads in the user’s mailbox.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads/list
Moves the specified thread to the trash.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads/trash
Removes the specified thread from the trash.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads/untrash