{
    "mode": "perldoc",
    "parameter": "SOAP::Transport::POP3",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/SOAP%3A%3ATransport%3A%3APOP3/json",
    "generated": "2026-07-05T09:29:40Z",
    "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",
    "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": []
        }
    },
    "summary": "SOAP::Transport::POP3 - Server side POP3 support for SOAP::Lite",
    "flags": [],
    "examples": [],
    "see_also": []
}