DiscourseEmailParser is a small library to parse plain text email content.
##Usage
To parse reply body:
parsed_body = DiscourseEmailParser.parse_reply(email_body)
Get it from GitHub. Run rake to run the tests.
DiscourseEmailParser is a small library to parse plain text email content.
##Usage
To parse reply body:
parsed_body = DiscourseEmailParser.parse_reply(email_body)
Get it from GitHub. Run rake to run the tests.