{
    "content": [
        {
            "type": "text",
            "text": "# MIME::Decoder::QuotedPrint (perldoc)\n\n## NAME\n\nMIME::Decoder::QuotedPrint - encode/decode a \"quoted-printable\" stream\n\n## SYNOPSIS\n\nA generic decoder object; see MIME::Decoder for usage.\n\n## DESCRIPTION\n\nA MIME::Decoder subclass for the \"quoted-printable\" encoding. The name was chosen to jibe with\nthe pre-existing MIME::QuotedPrint utility package, which this class actually uses to translate\neach line.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "MIME::Decoder::QuotedPrint",
        "section": "",
        "mode": "perldoc",
        "summary": "MIME::Decoder::QuotedPrint - encode/decode a \"quoted-printable\" stream",
        "synopsis": "A generic decoder object; see MIME::Decoder for usage.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "MIME::Decoder::QuotedPrint - encode/decode a \"quoted-printable\" stream\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "A generic decoder object; see MIME::Decoder for usage.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A MIME::Decoder subclass for the \"quoted-printable\" encoding. The name was chosen to jibe with\nthe pre-existing MIME::QuotedPrint utility package, which this class actually uses to translate\neach line.\n\n*   The decoder does a line-by-line translation from input to output.\n\n*   The encoder does a line-by-line translation, breaking lines so that they fall under the\nstandard 76-character limit for this encoding.\n\nNote: just like MIME::QuotedPrint, we currently use the native \"\\n\" for line breaks, and not\n\"CRLF\". This may need to change in future versions.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "MIME::Decoder\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com).\n\nAll rights reserved. This program is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.\n",
                "subsections": []
            }
        }
    }
}