receive emails using R

Asked

Viewed 45 times

1

I have done several researches and I find a lot of information on how to send email through R, but I couldn’t find anything on how to receive email through R. I couldn’t even find a library to start developing something. Does anyone know a library or have an example of how to receive emails from R?

1 answer

1

You can try pulling messages from Gmail, for example (SSL) using Python and the package rJython. Jython is implemented in Python on the Java virtual machine, so using rJython is somewhat like using R to call Java. Besides, I only know the package mailR, but this only sends emails for now. You can consult an example of rJython here -> example

Browser other questions tagged

You are not signed in. Login or sign up in order to post.