Discourse Email Parser

DiscourseEmailParser is a small library to parse plain text email content.

Usage

To parse reply body:

parsed_body = DiscourseEmailParser.parse_reply(email_body)

Installation

Get it from GitHub. Run rake to run the tests.