WWW::Postini::Constants - Exportable constants for use with WWW::Postini


WWW-Postini documentation  | view source Contained in the WWW-Postini distribution.

Index


NAME

Top

WWW::Postini::Constants - Exportable constants for use with WWW::Postini

SYNOPSIS

Top

  use WWW::Postini::Constants ':all';

DESCRIPTION

Top

The WWW::Postini::Constants module contains a collection of constants intended for use with WWW::Postini. This single module approach is taken for the sake of consistency.

CONSTANTS

Top

Message searching

These constants are intended for use with the show parameter of the list_messages() method in WWW::Postini.

SHOW_ALL

Show all messages

SHOW_QUARANTINED

Show only quarantined messages

SHOW_DELIVERED

Show messages which have already been delivered

SHOW_DELETED

Show deleted messages

Message sorting

These constants are intended for use with the sort parameter of the list_messages() method in WWW::Postini.

SORT_NONE

Do not sort messages

SORT_RECIPIENT

Sort by recipient

SORT_SENDER

Sort by sender

SORT_SUBJECT

Sort by subject

SORT_FILTER

Sort by filter

Message recipient

These constants are intended for use with the recipient parameter of the list_messages() method in WWW::Postini.

RECIPIENT_USER

Set recipient to the original user

RECIPIENT_ADMIN

Set recipient to the administrator

EXPORTS

Top

By default, nothing is exported from this module. Constants may be imported individually or via the provided export groups below.

:all

Exports all constants

:show

Exports all SHOW_ constants

:sort

Exports all SORT_ constants

:recipient

Exports all RECIPIENT_ constants

SEE ALSO

Top

WWW::Postini

AUTHOR

Top

Peter Guzis, <pguzis@cpan.org>

COPYRIGHT AND LICENSE

Top


WWW-Postini documentation  | view source Contained in the WWW-Postini distribution.