gmail v0.0.18 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
Gets the specified thread
Lists the threads in the user’s mailbox
Searches for threads in the user’s mailbox
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
Gets the specified thread.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads/get
Specs
list(String.t, map) :: {atom, [Gmail.Thread.t], String.t}
Lists the threads in the user’s mailbox.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads/list
Specs
search(String.t | String.t, String.t) :: {atom, [Gmail.Thread.t]}
Searches for threads in the user’s mailbox.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/threads/list