Hi Jim,
I am trying to retrieve messages and run some regexp on the content. I am retrieving the body of my message as follow:
my_message = message(id = "myid", format="full")
body(my_message)
The issue I have is that all the French characters are broken and replaced by funky symbols. Where can I set the encoding to fix this?
Fantastic package, thanks for it.
Hi Jim,
I am trying to retrieve messages and run some regexp on the content. I am retrieving the body of my message as follow:
The issue I have is that all the French characters are broken and replaced by funky symbols. Where can I set the encoding to fix this?
Fantastic package, thanks for it.