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

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

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.

These constants are intended for use with the show parameter of the list_messages() method in WWW::Postini.
SHOW_ALLShow all messages
SHOW_QUARANTINEDShow only quarantined messages
SHOW_DELIVEREDShow messages which have already been delivered
SHOW_DELETEDShow deleted messages
These constants are intended for use with the sort parameter of the list_messages() method in WWW::Postini.
SORT_NONEDo not sort messages
SORT_RECIPIENTSort by recipient
SORT_SENDERSort by sender
SORT_SUBJECTSort by subject
SORT_FILTERSort by filter
These constants are intended for use with the recipient parameter of the list_messages() method in WWW::Postini.
RECIPIENT_USERSet recipient to the original user
RECIPIENT_ADMINSet recipient to the administrator

By default, nothing is exported from this module. Constants may be imported individually or via the provided export groups below.
:allExports all constants
:showExports all SHOW_ constants
:sortExports all SORT_ constants
:recipientExports all RECIPIENT_ constants


Peter Guzis, <pguzis@cpan.org>

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.