gm_drafts function

Get a list of drafts

Get a list of drafts

Get a list of drafts possibly matching a given query string.

gm_drafts(num_results = NULL, page_token = NULL, user_id = "me")

Arguments

  • num_results: the number of results to return.
  • page_token: retrieve a specific page of results
  • user_id: gmail user_id to access, special value of 'me' indicates the authenticated user.

Examples

## Not run: my_drafts <- gm_drafts() first_10_drafts <- gm_drafts(10) ## End(Not run)

References

https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/list

See Also

Other draft: gm_delete_draft(), gm_draft(), gm_send_draft()

  • Maintainer: Jennifer Bryan
  • License: MIT + file LICENSE
  • Last published: 2023-06-30