Function to retrieve a given thread by id
gm_thread(id, user_id = "me")
id | thread id to access |
---|---|
user_id | gmail user_id to access, special value of 'me' indicates the authenticated user. |
https://developers.google.com/gmail/api/v1/reference/users/threads
Other thread: gm_delete_thread
,
gm_modify_thread
, gm_threads
,
gm_trash_thread
,
gm_untrash_thread
# NOT RUN { my_thread = gm_thread(12345) # }