email_reply_parser

Small library to parse plain text email content

MIT License

Downloads
7.3M
Stars
668
Committers
22

Bot releases are hidden (Show)

email_reply_parser - v0.5.11 Latest Release

Published by zkoppert over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/email_reply_parser/compare/v0.5.10...v0.5.11

email_reply_parser - v0.5.8

Published by technoweenie about 10 years ago

  • [FIX] Make the ^On signature regex less greedy. #31 @danielchatfield
email_reply_parser -

Published by technoweenie over 10 years ago

  • [FIX] Use a lazy regex matcher to fix multi-line reply headers.
email_reply_parser -

Published by technoweenie over 10 years ago

  • [FIX] Don't interpret signature delimiter in the middle of line as signature #24 @anaulin
email_reply_parser - v0.5.5

Published by technoweenie almost 11 years ago

Support the "re2" gem if available (@vmg). This prevents certain emails from taking too long to parse.