gmail v0.0.4 Gmail.Thread
Summary
Functions
Gets a thread with the specified id
Gets a thread for the specified user with the specified id
Gets a list of threads
Searches for threads
Searches for threads for the specified user
Types
t :: %Gmail.Thread{history_id: term, id: term, messages: term, snippet: term}
Functions
Specs
get(String.t, String.t) :: {:ok, Gmail.Thread.t}
Gets a thread for the specified user with the specified id
Specs
list(String.t, Map.t) :: [Gmail.Thread.t]
Gets a list of threads
Specs
search(String.t, String.t) :: [Gmail.Thread.t]
Searches for threads for the specified user