{
    "content": [
        {
            "type": "text",
            "text": "# SOAP::Transport::POP3 (perldoc)\n\n## NAME\n\nSOAP::Transport::POP3 - Server side POP3 support for SOAP::Lite\n\n## SYNOPSIS\n\nuse SOAP::Transport::POP3;\nmy $server = SOAP::Transport::POP3::Server\n-> new('pop://pop.mail.server')\n# if you want to have all in one place\n# -> new('pop://user:password@pop.mail.server')\n# or, if you have server that supports MD5 protected passwords\n# -> new('pop://user:password;AUTH=+APOP@pop.mail.server')\n# specify list of objects-by-reference here\n-> objectsbyreference(qw(My::PersistentIterator My::SessionIterator My::Chat))\n# specify path to My/Examples.pm here\n-> dispatchto('/Your/Path/To/Deployed/Modules', 'Module::Name', 'Module::method')\n;\n# you don't need to use next line if you specified your password in new()\n$server->login('user' => 'password') or die \"Can't authenticate to POP3 server\\n\";\n# handle will return number of processed mails\n# you can organize loop if you want\ndo { $server->handle } while sleep 10;\n# you may also call $server->quit explicitly to purge deleted messages\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **COPYRIGHT**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "SOAP::Transport::POP3",
        "section": "",
        "mode": "perldoc",
        "summary": "SOAP::Transport::POP3 - Server side POP3 support for SOAP::Lite",
        "synopsis": "use SOAP::Transport::POP3;\nmy $server = SOAP::Transport::POP3::Server\n-> new('pop://pop.mail.server')\n# if you want to have all in one place\n# -> new('pop://user:password@pop.mail.server')\n# or, if you have server that supports MD5 protected passwords\n# -> new('pop://user:password;AUTH=+APOP@pop.mail.server')\n# specify list of objects-by-reference here\n-> objectsbyreference(qw(My::PersistentIterator My::SessionIterator My::Chat))\n# specify path to My/Examples.pm here\n-> dispatchto('/Your/Path/To/Deployed/Modules', 'Module::Name', 'Module::method')\n;\n# you don't need to use next line if you specified your password in new()\n$server->login('user' => 'password') or die \"Can't authenticate to POP3 server\\n\";\n# handle will return number of processed mails\n# you can organize loop if you want\ndo { $server->handle } while sleep 10;\n# you may also call $server->quit explicitly to purge deleted messages",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 22,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "SOAP::Transport::POP3 - Server side POP3 support for SOAP::Lite\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use SOAP::Transport::POP3;\n\nmy $server = SOAP::Transport::POP3::Server\n-> new('pop://pop.mail.server')\n# if you want to have all in one place\n# -> new('pop://user:password@pop.mail.server')\n# or, if you have server that supports MD5 protected passwords\n# -> new('pop://user:password;AUTH=+APOP@pop.mail.server')\n# specify list of objects-by-reference here\n-> objectsbyreference(qw(My::PersistentIterator My::SessionIterator My::Chat))\n# specify path to My/Examples.pm here\n-> dispatchto('/Your/Path/To/Deployed/Modules', 'Module::Name', 'Module::method')\n;\n# you don't need to use next line if you specified your password in new()\n$server->login('user' => 'password') or die \"Can't authenticate to POP3 server\\n\";\n\n# handle will return number of processed mails\n# you can organize loop if you want\ndo { $server->handle } while sleep 10;\n\n# you may also call $server->quit explicitly to purge deleted messages\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (C) 2000-2001 Paul Kulchenko. All rights reserved.\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Paul Kulchenko (paulclinger@yahoo.com)\n",
                "subsections": []
            }
        }
    }
}