{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"}],"enrichment":{"capability":"Splits incoming email messages into separate replies by detecting multilingual headers, signatures, and disclaimers, extracting just the reply text or the full body as needed.","skillfed_tags":["email-parsing","multilingual","text-extraction"],"use_cases":["Extract the latest customer reply from a support ticket thread, discarding quoted history and signatures.","Parse incoming emails in a CRM or helpdesk system to isolate new message content from forwarded chains.","Process multilingual email archives to separate replies for analysis or indexing without quoted text noise.","Build email-to-task workflows that need only the new reply body, not the entire quoted conversation.","Clean email bodies for NLP or sentiment analysis by removing headers and disclaimers automatically."],"what_it_does":"Mail Reply Parser is a Python library that extracts individual replies from email message bodies by recognizing multilingual headers and structural markers that different email clients insert when quoting or forwarding. It handles text-based emails in multiple languages and can return either the full reply text or a cleaned version with headers, signatures, and disclaimers stripped out.\n\nThe library is designed to solve the common problem of email threading: when users reply to or forward messages, mail clients add quoted text and metadata that clutters the actual reply content. Rather than treating an email as a single fragment, this parser splits it into distinct EmailReply objects, each with separate properties for raw content, cleaned body, and detected structural elements. It's a Python adaptation of GitHub's Ruby email_reply_parser, extended with multilingual support.","worth_installing":"Yes, if you need to parse text-based emails and extract reply content reliably. The package has no dependencies, installs easily, and covers multiple languages. The aging maintenance status (last update 256 days ago) is a minor concern for a stable parsing library, but the lack of recent activity means new language support or edge-case fixes may be slow. No known vulnerabilities. Suitable for production use in email processing pipelines where multilingual support is valuable."},"id":"mail-parser-reply","links":{"html":"https://skillfed.io/packages/mail-parser-reply","md":"https://skillfed.io/packages/mail-parser-reply.md","pypi":"https://pypi.org/project/mail-parser-reply/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-12-01","license_spdx":null,"license_treatment":"permissive","name":"mail-parser-reply","python_support":"unspecified","summary":"\ud83d\udce7 Email reply parser library for Python with multi-language support"},"popularity":{"monthly_downloads":379252,"position":7110,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.36"}
