I'm creating an app to handle emails answered directly to me.
Everything is working fine with Griddler and SendGrid adapter.
My question is: How can I get only the text that user wroted.
My email has a lot of images and I'm using reply_delimiter
to cut unnecessary text, but email timestamp still appears. Something like:
"Here's my only text that matters!!\n\n2014-10-10 14:27 GMT-03:00 Company store :\n "
How can I remove after \n
considering this may be different in other email clients.
Right now, I only tested replying from Gmail.