{"library":"quotequail","title":"quotequail","description":"A library that identifies quoted text in plain text and HTML email messages. Current version: 0.4.0. Release cadence: low, last release in 2021.","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install quotequail"],"cli":null},"imports":["from quotequail import quote_text","from quotequail import unquote"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from quotequail import quote_text, unquote\n\ntext = \"\"\"On Mon, Jan 1, 2020 at 12:00 PM, John <john@example.com> wrote:\n> This is a quoted line.\n> Another quoted line.\nThis is the reply.\"\"\"\n\nresult = quote_text(text)\nprint(\"Quoted text:\", result)\n\nplain = unquote(text)\nprint(\"Unquoted text:\", plain)\"\"\"","lang":"python","description":"Identify and remove quoted text from an email message.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}