{
    "content": [
        {
            "type": "text",
            "text": "# Email::MIME::Header (perldoc)\n\n## NAME\n\nEmail::MIME::Header - the header of a MIME message\n\n## DESCRIPTION\n\nThis object behaves like a standard Email::Simple header, with the following changes:\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **DESCRIPTION**\n- **PERL VERSION**\n- **AUTHORS**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Email::MIME::Header",
        "section": "",
        "mode": "perldoc",
        "summary": "Email::MIME::Header - the header of a MIME message",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "PERL VERSION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Email::MIME::Header - the header of a MIME message\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 1.952\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This object behaves like a standard Email::Simple header, with the following changes:\n\n*   the \"header\" method automatically decodes encoded headers if possible\n\n*   the \"headerasobj\" method returns an object representation of the header value\n\n*   the \"headerraw\" method returns the raw header; (read only for now)\n\n*   stringification uses \"headerraw\" rather than \"header\"\n\nNote that \"headerset\" does not do encoding for you, and expects an encoded header. Thus,\n\"headerset\" round-trips with \"headerraw\", not \"header\"! Be sure to properly encode your\nheaders with \"Encode::encode('MIME-Header', $value)\" before passing them to \"headerset\". And be\nsure to use minimal version 2.83 of Encode module due to bugs in MIME-Header.\n\nAlternately, if you have Unicode (character) strings to set in headers, use the \"headerstrset\"\nmethod.\n",
                "subsections": []
            },
            "PERL VERSION": {
                "content": "This library should run on perls released even a long time ago. It should work on any version of\nperl released in the last five years.\n\nAlthough it may work on older versions of perl, no guarantee is made that the minimum required\nversion will not be increased. The version may be increased for any reason, and there is no\npromise that patches will be accepted to lower the minimum required perl.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "*   Ricardo SIGNES <rjbs@semiotic.systems>\n\n*   Casey West <casey@geeknest.com>\n\n*   Simon Cozens <simon@cpan.org>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is copyright (c) 2004 by Simon Cozens and Casey West.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
                "subsections": []
            }
        }
    }
}