{
    "content": [
        {
            "type": "text",
            "text": "# quopri (pydoc)\n\n**Summary:** quopri - Conversions to/from quoted-printable transport encoding as per RFC 1521.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **MODULE REFERENCE** (8 lines)\n- **FUNCTIONS** (1 lines) — 4 subsections\n  - decode (4 lines)\n  - decodestring (1 lines)\n  - encode (8 lines)\n  - encodestring (1 lines)\n- **DATA** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nquopri - Conversions to/from quoted-printable transport encoding as per RFC 1521.\n\n### MODULE REFERENCE\n\nhttps://docs.python.org/3.10/library/quopri.html\n\nThe following documentation is automatically generated from the Python\nsource files.  It may be incomplete, incorrect or include features that\nare considered implementation detail and may vary between Python\nimplementations.  When in doubt, consult the module reference at the\nlocation listed above.\n\n### FUNCTIONS\n\n#### decode\n\nRead 'input', apply quoted-printable decoding, and write to 'output'.\n'input' and 'output' are binary file objects.\nIf 'header' is true, decode underscore as space (per RFC 1522).\n\n#### decodestring\n\n#### encode\n\nRead 'input', apply quoted-printable encoding, and write to 'output'.\n\n'input' and 'output' are binary file objects. The 'quotetabs' flag\nindicates whether embedded tabs and spaces should be quoted. Note that\nline-ending tabs and spaces are always encoded, as per RFC 1521.\nThe 'header' flag indicates whether we are encoding spaces as  as per RFC\n1522.\n\n#### encodestring\n\n### DATA\n\nall = ['encode', 'decode', 'encodestring', 'decodestring']\n\n### FILE\n\n/usr/lib/python3.10/quopri.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "quopri",
        "section": "",
        "mode": "pydoc",
        "summary": "quopri - Conversions to/from quoted-printable transport encoding as per RFC 1521.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MODULE REFERENCE",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "decode",
                        "lines": 4
                    },
                    {
                        "name": "decodestring",
                        "lines": 1
                    },
                    {
                        "name": "encode",
                        "lines": 8
                    },
                    {
                        "name": "encodestring",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}