{
    "content": [
        {
            "type": "text",
            "text": "# Mail::Message::TransferEnc::EightBit (perldoc)\n\n## NAME\n\nMail::Message::TransferEnc::EightBit - encode/decode 8bit message bodies\n\n## SYNOPSIS\n\nmy Mail::Message $msg = ...;\nmy $decoded = $msg->decoded;\nmy $encoded = $msg->encode(transfer => '8bit');\n\n## DESCRIPTION\n\nEncode or decode message bodies for 8bit transfer encoding. This is only very little encoding.\nAccording to the specs:\n\n## Sections\n\n- **NAME**\n- **INHERITANCE**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **DIAGNOSTICS**\n- **SEE ALSO**\n- **LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Mail::Message::TransferEnc::EightBit",
        "section": "",
        "mode": "perldoc",
        "summary": "Mail::Message::TransferEnc::EightBit - encode/decode 8bit message bodies",
        "synopsis": "my Mail::Message $msg = ...;\nmy $decoded = $msg->decoded;\nmy $encoded = $msg->encode(transfer => '8bit');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "INHERITANCE",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DIAGNOSTICS",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Mail::Message::TransferEnc::EightBit - encode/decode 8bit message bodies\n",
                "subsections": []
            },
            "INHERITANCE": {
                "content": "Mail::Message::TransferEnc::EightBit\nis a Mail::Message::TransferEnc\nis a Mail::Reporter\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "my Mail::Message $msg = ...;\nmy $decoded = $msg->decoded;\nmy $encoded = $msg->encode(transfer => '8bit');\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Encode or decode message bodies for 8bit transfer encoding. This is only very little encoding.\nAccording to the specs:\n\nRFC-2045 Section 2.8 defines legal `8bit' data:\n\n\"8bit data\" refers to data that is all represented as relatively\nshort lines with 998 octets or less between CRLF line separation\nsequences [RFC-821]), but octets with decimal values greater than 127\nmay be used.  As with \"7bit data\" CR and LF octets only occur as part\nof CRLF line separation sequences and no NULs are allowed.\n\nAs you can safely conclude: decoding of these bodies is no work at all.\n\nExtends \"DESCRIPTION\" in Mail::Message::TransferEnc.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "Extends \"METHODS\" in Mail::Message::TransferEnc.\n",
                "subsections": []
            },
            "DIAGNOSTICS": {
                "content": "Error: Decoder for transfer encoding $type does not work: $@\nCompiling the required transfer encoding resulted in errors, which means that the decoder\ncan not be used.\n\nWarning: No decoder for transfer encoding $type.\nA decoder for the specified type of transfer encoding is not implemented.\n\nError: Package $package does not implement $method.\nFatal error: the specific package (or one of its superclasses) does not implement this\nmethod where it should. This message means that some other related classes do implement this\nmethod however the class at hand does not. Probably you should investigate this and probably\ninform the author of the package.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "This module is part of Mail-Message distribution version 3.012, built on February 11, 2022.\nWebsite: http://perl.overmeer.net/CPAN/\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "Copyrights 2001-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself. See http://dev.perl.org/licenses/\n",
                "subsections": []
            }
        }
    }
}