Lines Matching full:threads
25 * The "threads" collection of methods.
29 * $threads = $gmailService->threads;
37 * Prefer `threads.trash` instead. (threads.delete)
51 * Gets the specified thread. (threads.get)
70 * Lists the threads in the user's mailbox. (threads.listUsersThreads)
76 * @opt_param bool includeSpamTrash Include threads from `SPAM` and `TRASH` in
78 * @opt_param string labelIds Only return threads with labels that match all of
80 * @opt_param string maxResults Maximum number of threads to return. This field
84 * @opt_param string q Only return threads matching the specified query.
98 * the thread. (threads.modify)
115 * thread are also moved to the trash. (threads.trash)
131 * thread are also removed from the trash. (threads.untrash)