Sympa documentation licensed under GPL
Sympa::Request::Message - Command message as spool of requests
use Sympa::Request::Message;
$spool = Sympa::Request::Message->new(message => $message);
($request, $handle) = $spool->next;
Sympa::Request::Message provides pseudo-spool to generate Sympa::Request instances from the Sympa::Message instance.
next ( )
Parses message $message and returns each command in it as Sympa::Request instance.
Sympa::Request::Message appeared in Sympa 6.2.13.
The content of this page is automatically generated from the source distribution of Sympa. For details about this document see original source file.
Theme originally designed by orderedlist