I\'m trying to read an email using ruby mail gem. But mail.body.decoded returns me not just the body message. How can I clean up this body message and remove unwan
mail.body.decoded
Add the mail gem and just use email body format with mail.parts[1].body.decoded.