{
    "content": [
        {
            "type": "text",
            "text": "# Mail::Message::TransferEnc::SevenBit (info)\n\n## NAME\n\nMail::Message::TransferEnc::SevenBit - encode/decode 7bit message bodies\n\n## SYNOPSIS\n\nmy Mail::Message $msg = ...;\nmy $decoded = $msg->decoded;\nmy $encoded = $msg->encode(transfer => '7bit');\n\n## DESCRIPTION\n\nEncode or decode message bodies for 7bit transfer encoding.  This is\nonly very little encoding.  According to the specs:\n\n## Sections\n\n- **Mail::Message::TransfeUser:ContributeMail::Message::TransferEnc::SevenBit(3pm)**\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::SevenBit",
        "section": "",
        "mode": "info",
        "summary": "Mail::Message::TransferEnc::SevenBit - encode/decode 7bit message bodies",
        "synopsis": "my Mail::Message $msg = ...;\nmy $decoded = $msg->decoded;\nmy $encoded = $msg->encode(transfer => '7bit');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "Mail::Message::TransfeUser:ContributeMail::Message::TransferEnc::SevenBit(3pm)",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "INHERITANCE",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DIAGNOSTICS",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "Mail::Message::TransfeUser:ContributeMail::Message::TransferEnc::SevenBit(3pm)": {
                "content": "",
                "subsections": []
            },
            "NAME": {
                "content": "Mail::Message::TransferEnc::SevenBit - encode/decode 7bit message\nbodies\n",
                "subsections": []
            },
            "INHERITANCE": {
                "content": "Mail::Message::TransferEnc::SevenBit\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 => '7bit');\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Encode or decode message bodies for 7bit transfer encoding.  This is\nonly very little encoding.  According to the specs:\n\nRFC-2045 Section 2.7 defines legal `7bit' data:\n\n\"7bit data\" refers to data that is all represented as relatively\nshort lines with 998 octets or less between CRLF line separation\nsequences [RFC-821].  No octets with decimal values greater than 127\nare allowed and neither are NULs (octets with decimal value 0).  CR\n(decimal value 13) and LF (decimal value 10) octets only occur as\npart of CRLF line separation sequences.\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\nmeans that the decoder can not be used.\n\nWarning: No decoder for transfer encoding $type.\nA decoder for the specified type of transfer encoding is not\nimplemented.\n\nError: Package $package does not implement $method.\nFatal error: the specific package (or one of its superclasses) does\nnot implement this method where it should. This message means that\nsome other related classes do implement this method however the\nclass at hand does not.  Probably you should investigate this and\nprobably inform the author of the package.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "This module is part of Mail-Message distribution version 3.012, built\non February 11, 2022. Website: http://perl.overmeer.net/CPAN/\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "Copyrights 2001-2022 by [Mark Overmeer <markov@cpan.org>]. For other\ncontributors see ChangeLog.\n\nThis program is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.  See http://dev.perl.org/licenses/\n\nperl v5.34.0                      202Mail::Message::TransferEnc::SevenBit(3pm)",
                "subsections": []
            }
        }
    }
}