The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.12

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

SEE ALSO

POE::Component::Server::POP3

AUTHOR

Chris Williams <chris@bingosnet.co.uk>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Chris Williams.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.