NAME
WWW::Postini::Constants - Exportable constants for use with WWW::Postini
SYNOPSIS
use WWW::Postini::Constants ':all';
DESCRIPTION
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
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
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
AUTHOR
Peter Guzis, <pguzis@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Peter Guzis
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
Postini, the Postini logo, Postini Perimeter Manager and preEMPT are trademarks, registered trademarks or service marks of Postini, Inc. All other trademarks are the property of their respective owners.