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

NAME

Yote::Messenger

DESCRIPTION

A Yote::Messenger object is one that can send a message to an other object.

PUBLIC METHODS

read_messages

Returns a list of messages. Takes a hash with the following fields

* filter - a hash with the following parameters

** subject

** from

** older_than

** newer_than

** from_name

* limit_start

* limit

* sort

* sort_asc

* sort_desc

* filter

send_message

Send a message to a number of recipients. Takes the following fields

* message

* recipients - list of recipient objects

* subject

AUTHOR

Eric Wolf

LICENSE AND COPYRIGHT

Copyright (C) 2011 Eric Wolf

This module is free software; it can be used under the same terms as perl itself.