{
    "content": [
        {
            "type": "text",
            "text": "# Mail::Server (info)\n\n## NAME\n\nMail::Server - Base class for email servers in MailBox\n\n## SYNOPSIS\n\nmy $server = Mail::Server::IMAP4->new($msg);\nmy $server = Mail::Server::POP3->new($msg);\n\n## DESCRIPTION\n\nThis module is a place-holder, logical in the class hierarchy.  On the\nmoment, no full server has been implemented, but some parts of IMAP4\nexist.\n\n## Sections\n\n- **NAME**\n- **INHERITANCE**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **DETAILS**\n- **DIAGNOSTICS**\n- **SEE ALSO**\n- **LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Mail::Server",
        "section": "",
        "mode": "info",
        "summary": "Mail::Server - Base class for email servers in MailBox",
        "synopsis": "my $server = Mail::Server::IMAP4->new($msg);\nmy $server = Mail::Server::POP3->new($msg);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "INHERITANCE",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DETAILS",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "DIAGNOSTICS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Mail::Server - Base class for email servers in MailBox\n",
                "subsections": []
            },
            "INHERITANCE": {
                "content": "Mail::Server\nis a Mail::Reporter\n\nMail::Server is extended by\nMail::Server::IMAP4\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "my $server = Mail::Server::IMAP4->new($msg);\nmy $server = Mail::Server::POP3->new($msg);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module is a place-holder, logical in the class hierarchy.  On the\nmoment, no full server has been implemented, but some parts of IMAP4\nexist.\n\nServers:\n\no   Mail::Server::IMAP4\n\nPartial IMAP4 implementation.\n\nExtends \"DESCRIPTION\" in Mail::Reporter.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "Extends \"METHODS\" in Mail::Reporter.\n",
                "subsections": []
            },
            "DETAILS": {
                "content": "",
                "subsections": []
            },
            "DIAGNOSTICS": {
                "content": "Error: 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-Box distribution version 3.009, built on\nAugust 18, 2020. Website: http://perl.overmeer.net/CPAN/\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "Copyrights 2001-2020 by [Mark Overmeer]. For other contributors see\nChangeLog.\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.30.3                      2020-08-20                 Mail::Server(3pm)",
                "subsections": []
            }
        }
    }
}