Sympa documentation licensed under GPL
Sympa::Topic - Message topic
use Sympa::Topic;
$topic = Sympa::Topic->new(topic => $topics, method => 'auto');
$topic->store($message);
$topic = Sympa::Topic->load($message);
TBD.
new ( options… )
Constructor. Creates new instance of Sympa::Topic.
load ( $message, [ in_reply_to => 1 ] )
Constructor. Looks for a msg topic file from the message_id of the message, loads it and return contained information as hash items.
Parameters:
$message
Sympa::Message instance to be looked for.
in_reply_to => 1
Use value of In-Reply-To:
field instead of message ID.
Returns:
Instance of Sympa::Topic or, if topic was not found, undef
.
store ( $message )
Instance method. Tag the message by creating the msg topic file.
Parameter:
$message
Message to be tagged.
Returns:
Message topic filename or undef
.
queuetopic
Directory path where topic files are stored.
Note: Though it is neither queue nor spool, named such by historical reason.
umask
The umask to make directory.
Feature to handle message topics was introduced on Sympa 5.2b.
Sympa::Topic module appeared on Sympa 6.2.10.
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