The project is in a healthy, maintained state
RungerEmailReplyTrimmer is a library to trim replies from plain text email.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Runger Email Reply Trimmer

RungerEmailReplyTrimmer is a small library to trim replies from plain text email.

Usage

To trim replies:

trimmed_body = RungerEmailReplyTrimmer.trim(email_body)

Installation

List the gem in your Gemfile:

gem 'runger_email_reply_trimmer'

This is a fork

It was forked from https://github.com/discourse/email_reply_trimmer.