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

get(id)

Specs

get(String.t) :: {:ok, Gmail.Thread.t}

Gets a thread with the specified id

get(user_id, id)

Specs

get(String.t, String.t) :: {:ok, Gmail.Thread.t}

Gets a thread for the specified user with the specified id

list(user_id \\ "me", params \\ %{})

Specs

Gets a list of threads

search(query)

Specs

search(String.t) :: [Gmail.Thread.t]

Searches for threads

search(user_id, query)

Specs

Searches for threads for the specified user