#parser #reply #body

email_reply_parser

A library for parsing the reply out of emails

1 unstable release

0.1.2 Aug 24, 2024

#117 in Email

MIT license

12KB
134 lines

Email reply parser for Rust.

Ported from https://github.com/zapier/email-reply-parser

Usage

use email_reply_parser::EmailReplyParser;

EmailReplyParser::parse_reply(&body)

Installation

Add this to your Cargo.toml:

[dependencies]
email_reply_parser = ".."

Dependencies

~2.4–3.5MB
~61K SLoC