{
    "content": [
        {
            "type": "text",
            "text": "# MIME::Decoder::QuotedPrint (info)\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\nwas chosen to jibe with the pre-existing MIME::QuotedPrint utility\npackage, which this class actually uses to translate each 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": "info",
        "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": 13,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "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\nwas chosen to jibe with the pre-existing MIME::QuotedPrint utility\npackage, which this class actually uses to translate each line.\n\no   The decoder does a line-by-line translation from input to output.\n\no   The encoder does a line-by-line translation, breaking lines so that\nthey fall under the standard 76-character limit for this encoding.\n\nNote: just like MIME::QuotedPrint, we currently use the native \"\\n\" for\nline breaks, and not \"CRLF\".  This may need to change in future\nversions.\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\nredistribute it and/or modify it under the same terms as Perl itself.\n\nperl v5.26.1                      2017-10-20   MIME::Decoder::QuotedPrint(3pm)",
                "subsections": []
            }
        }
    }
}