Merge branch 'main' of code.garrettmills.dev:garrettmills/chorus

This commit is contained in:
2025-01-06 23:02:31 -05:00
3 changed files with 702 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
// Adapted from the GitHub email_reply_parser library, which is licensed
// permissively under the terms of the MIT license.
// https://github.com/github/email_reply_parser/
// Modifications focus on rewriting as TypeScript and improving support
// for parsing lightly formatted HTML messages.
// EmailReplyParser is a library to parse plain text email content.
// The goal is to identify quoted text, signatures, or original content.