{
    "mode": "perldoc",
    "parameter": "MIME::Field::ConTraEnc",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/MIME%3A%3AField%3A%3AConTraEnc/json",
    "generated": "2026-06-13T22:50:58Z",
    "synopsis": "use Mail::Field;\nuse MIME::Head;\n# Create an instance from some text:\n$field = Mail::Field->new('Content-transfer-encoding', '7bit');\n# Get the encoding.\n#    Possible values: 'binary', '7bit', '8bit', 'quoted-printable',\n#    'base64' and '' (unspecified).  Note that there can't be a\n#    single default for this, since it depends on the content type!\n$encoding = $field->encoding;",
    "sections": {
        "NAME": {
            "content": "MIME::Field::ConTraEnc - a \"Content-transfer-encoding\" field\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "A subclass of Mail::Field.\n\n*Don't use this class directly... its name may change in the future!* Instead, ask Mail::Field\nfor new instances based on the field name!\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Mail::Field;\nuse MIME::Head;\n\n# Create an instance from some text:\n$field = Mail::Field->new('Content-transfer-encoding', '7bit');\n\n# Get the encoding.\n#    Possible values: 'binary', '7bit', '8bit', 'quoted-printable',\n#    'base64' and '' (unspecified).  Note that there can't be a\n#    single default for this, since it depends on the content type!\n$encoding = $field->encoding;\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "MIME::Field::ParamVal, Mail::Field\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com). Dianne Skoll\n(dfs@roaringpenguin.com) http://www.roaringpenguin.com\n",
            "subsections": []
        }
    },
    "summary": "MIME::Field::ConTraEnc - a \"Content-transfer-encoding\" field",
    "flags": [],
    "examples": [],
    "see_also": []
}