logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Sympa::Request::Message - Command message as spool of requests

Description

       Sympa::Request::Message provides pseudo-spool to generate Sympa::Request instances from the
       Sympa::Message instance.

   Methods
       new ( message => $message )
       next ( )
           Parses message $message and returns each command in it as Sympa::Request instance.

History

       Sympa::Request::Message appeared in Sympa 6.2.13.

6.2.76                                             2025-02-12                    Sympa::Request::Message(3Sympa)

Name

       Sympa::Request::Message - Command message as spool of requests

Synopsis

         use Sympa::Request::Message;
         $spool = Sympa::Request::Message->new(message => $message);
         ($request, $handle) = $spool->next;

See Also