{
    "content": [
        {
            "type": "text",
            "text": "# email (pydoc)\n\n**Summary:** email - A package for parsing, handling, and generating email messages.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **MODULE REFERENCE** (8 lines)\n- **PACKAGE CONTENTS** (21 lines)\n- **FUNCTIONS** (1 lines) — 4 subsections\n  - message_from_binary_file (4 lines)\n  - message_from_bytes (4 lines)\n  - message_from_file (4 lines)\n  - message_from_string (4 lines)\n- **DATA** (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nemail - A package for parsing, handling, and generating email messages.\n\n### MODULE REFERENCE\n\nhttps://docs.python.org/3.10/library/email.html\n\nThe following documentation is automatically generated from the Python\nsource files.  It may be incomplete, incorrect or include features that\nare considered implementation detail and may vary between Python\nimplementations.  When in doubt, consult the module reference at the\nlocation listed above.\n\n### PACKAGE CONTENTS\n\nencodedwords\nheadervalueparser\nparseaddr\npolicybase\nbase64mime\ncharset\ncontentmanager\nencoders\nerrors\nfeedparser\ngenerator\nheader\nheaderregistry\niterators\nmessage\nmime (package)\nparser\npolicy\nquoprimime\nutils\n\n### FUNCTIONS\n\n#### message_from_binary_file\n\nRead a binary file and parse its contents into a Message object model.\n\nOptional class and strict are passed to the Parser constructor.\n\n#### message_from_bytes\n\nParse a bytes string into a Message object model.\n\nOptional class and strict are passed to the Parser constructor.\n\n#### message_from_file\n\nRead a file and parse its contents into a Message object model.\n\nOptional class and strict are passed to the Parser constructor.\n\n#### message_from_string\n\nParse a string into a Message object model.\n\nOptional class and strict are passed to the Parser constructor.\n\n### DATA\n\nall = ['base64mime', 'charset', 'encoders', 'errors', 'feedparser'...\n\n### FILE\n\n/usr/lib/python3.10/email/init.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "email",
        "section": "",
        "mode": "pydoc",
        "summary": "email - A package for parsing, handling, and generating email messages.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MODULE REFERENCE",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "PACKAGE CONTENTS",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "message_from_binary_file",
                        "lines": 4
                    },
                    {
                        "name": "message_from_bytes",
                        "lines": 4
                    },
                    {
                        "name": "message_from_file",
                        "lines": 4
                    },
                    {
                        "name": "message_from_string",
                        "lines": 4
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}