gmailr
gmailr copied to clipboard
Access the Gmail RESTful API from R.
I'm running gmailr 2.0.0, and the date returned from gm_date is the current date and time. Is there something that can be passed in the '...' arguments to return the...
This pull request introduces the ability to pass a vector or list of emails to the function, enabling the creation of an email with multiple recipients. This feature addresses an...
Weird bug here. If I send an email with a subject line containing an accented character, it works fine as long as the subject is 55 characters long or less:...
This `stop()` in `gmailr_query()` appears to be the last non-cli error: https://github.com/r-lib/gmailr/blob/c5d6c054a2b7157a26f9c3908b9cc7be43cd29fb/R/gmailr.R#L300
- add `gm_markdown_body()` for a body in markdown - Markdown text is transformed into HTML using {markdown} - I updated doc and DESCRIPTION using `attachment::att_amend_desc()` as some deps in DESCRIPTION...
close #122 I "just" replaced colons with underscore... but maybe some other characters will cause issues. Regards
Using gmailr always makes me slightly nervous because if you get access to someone's email, you can basically do anything (since password resets are often handled via email). I don't...
Becomes relevant once gmailr starts to use gargle. https://www.googleapis.com/discovery/v1/apis/gmail/v1/rest This spec can be used with helper functions to generate requests and process responses once https://github.com/r-lib/gargle/issues/31 is closed.
In the vignette about sending emails, could there be an example setting the From field to a name and an address [as in this community forum post](https://community.rstudio.com/t/gmailr-formatting/10107/5)? I.e. e.g. ```r...
Hi, I've gotten `gmailr` to work for me in the past, but am running into a problem now where it hangs when I try to send the emails. I'm creating...