r-lib / gmailr

Access the Gmail RESTful API from R.
https://gmailr.r-lib.org
Other
229 stars 56 forks source link

inserting messages into existing threads #7

Open jimhester opened 10 years ago

jimhester commented 10 years ago

This is possible with the threadId parameter in the API, however you have to set the References, In-Reply-To and Subject headers properly. It would be nice to make this automatic, i.e. by passing a function the thread object and the message, and have it modify it appropriately.

mcomas commented 4 years ago

How do you set the References, In-Reply-To and Subject headers properly with gmailr. I am trying to create a response for a specific message.