debian man page for net::sieve::script::action

Query: net::sieve::script::action

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Net::Sieve::Script::Action(3pm) 			User Contributed Perl Documentation			   Net::Sieve::Script::Action(3pm)

NAME
Net::Sieve::Script::Action - parse and write actions in sieve scripts
SYNOPSIS
use Net::Sieve::Script::Action; $action = Net::Sieve::Script::Action->new('redirect "bart@example.edu"'); or $action = Net::Sieve::Script::Action->new(); $action->command('redirect'); $action->param('"bart@example.edu"');
DESCRIPTION
Action object for Net::Sieve::Script, with command and optional param. Support RFC 5228, RFC 5230 (vacation), regex draft
METHODS
CONSTRUCTOR new Argument : "command param" string, parse valid commands from RFCs, param are not validate. command read command : "$action->command()" set command : "$action->command('stop')" param read param : "$action->param()" set param : "$action->param(' :days 3 "I am away this week."')" equals return 1 if actions are equals
AUTHOR
Yves Agostini - Univ Metz - <agostini@univ-metz.fr> <http://www.crium.univ-metz.fr>
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.10.0 2008-09-15 Net::Sieve::Script::Action(3pm)
Related Man Pages
jifty::action::record::bulk(3pm) - debian
net::sieve::script::condition(3pm) - debian
test::inline::content::legacy(3pm) - debian
test::valgrind::action(3pm) - debian
test::valgrind::action::suppressions(3pm) - debian
Similar Topics in the Unix Linux Community
How to use mail,mailx command in Shell Script ?
Triggering a Script Recursively With Different Parameter and in Different Process
Simple Shell Script to Grep
Limiting the Script
Script to check the files existence inside a directory.