{
    "mode": "perldoc",
    "parameter": "Mail::Message::TransferEnc::SevenBit",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Mail%3A%3AMessage%3A%3ATransferEnc%3A%3ASevenBit/json",
    "generated": "2026-06-09T14:12:41Z",
    "synopsis": "my Mail::Message $msg = ...;\nmy $decoded = $msg->decoded;\nmy $encoded = $msg->encode(transfer => '7bit');",
    "sections": {
        "NAME": {
            "content": "Mail::Message::TransferEnc::SevenBit - encode/decode 7bit message bodies\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 only very little encoding.\nAccording 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 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": []
        }
    },
    "summary": "Mail::Message::TransferEnc::SevenBit - encode/decode 7bit message bodies",
    "flags": [],
    "examples": [],
    "see_also": []
}