NAME

POE::Component::Server::POP3::Constants - importable constants for POE::Component::Server::POP3 plugins.

SYNOPSIS

use POE::Component::Server::POP3::Constants qw(:ALL);

DESCRIPTION

POE::Component::Server::POP3::Constants defines a number of constants that are required by the plugin system.

EXPORTS

POP3D_EAT_NONE

Value: 1

POP3D_EAT_CLIENT

Value: 2

POP3D_EAT_PLUGIN

Value: 3

POP3D_EAT_ALL

Value: 4

MAINTAINER

Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

SEE ALSO

POE::Component::Server::POP3