r-lib / gmailr

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

gm_subject() special characters #148

Closed andresxmv closed 1 year ago

andresxmv commented 3 years ago

hi! I hope they are well :) I have doubts why adding special characters in the subject of the mail causes it to be sent with another subject (thousands of letters: c)

gm_subject("Recepción")

Thanks!

rtheodoro commented 3 years ago

I have been looking how to fix it. But I didn't find the solution. Do you?

andresxmv commented 3 years ago

Nope :( On Mon, 17 May 2021 at 14:58 Ricardo Theodoro @.***> wrote:

I have been looking how to fix it. But I didn't find the solution. Do you?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/r-lib/gmailr/issues/148#issuecomment-842556264, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIDI4MKCXSI4MBCKUN7X5LTOFROLANCNFSM4UBXXDOA .

rtheodoro commented 3 years ago

by the way, the right function is gm_subject()

jennybc commented 1 year ago

I can't reproduce this, i.e. if I send a message with gm_subject("Recepción"), the received message appears normal, with the subject "Recepción".

If it's still a problem, please open a new issue with more information. Such as details about the email (while it's still on your computer) and your operating system, locale, etc.