Read email and store data using Ruby

199 views Asked by At

I'm currently working on a project that requires: 1)Ruby reads the email 2)It stores the data, i.e project name from the email. 3) Project hours corresponding to project name

I've looked through the internet but I found methods to print the body of the email, nothing that'd give me a way to parse email and store data in an array.

I'm not sure if Tmail has any methods that specifically address my question.

Please let me know if more details are required- I will try to clarify.

Thanks in advance!

I'm not sure if it's even possible to do this. Anyone had any experience with something like this?

0

There are 0 answers