Skip to Content.
Sympa Menu

Documentation for Sympa

NAME

Sympa::Spool::Digest::Collection - Collection of digest spools

SYNOPSIS

use Sympa::Spool::Digest::Collection;

my $collection = Sympa::Spool::Digest::Collection->new;
my ($spool, $handle) = $collection->next;

DESCRIPTION

Sympa::Spool::Digest::Collection implements the collection of Sympa::Spool::Digest instances.

Methods

See also “Public methods” in Sympa::Spool.

CONFIGURATION PARAMETERS

Following site configuration parameters in sympa.conf will be referred.

SEE ALSO

sympa_msg(8), Sympa::Spool::Digest.

HISTORY

Sympa::Spool::Digest::Collection appeared on Sympa 6.2.6.

Top of Page