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


POE-Component-Server-POP3 documentation  | view source Contained in the POE-Component-Server-POP3 distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

EXPORTS

Top

POP3D_EAT_NONE

Value: 1

POP3D_EAT_CLIENT

Value: 2

POP3D_EAT_PLUGIN

Value: 3

POP3D_EAT_ALL

Value: 4

MAINTAINER

Top

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

LICENSE

Top

Copyright © Chris Williams

This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.

SEE ALSO

Top

POE::Component::Server::POP3


POE-Component-Server-POP3 documentation  | view source Contained in the POE-Component-Server-POP3 distribution.