Mail::ListDetector::List - an object representing a mailing list


Mail-ListDetector documentation  | view source Contained in the Mail-ListDetector distribution.

Index


NAME

Top

Mail::ListDetector::List - an object representing a mailing list

SYNOPSIS

Top

  use Mail::ListDetector::List;

DESCRIPTION

Top

This object provides a representation of the information extracted about a mailing list. It should not be instantiated directly by anything outside the Mail::ListDetector package.

METHODS

Top

new

Creates a new List object.

listname

This method gets or sets the name of the mailing list. The name to set is an optional argument.

posting_address

This method gets or sets the posting address of the mailing list. The posting address to set is an optional argument.

listsoftware

This method gets or sets the mailing list software name. The name to set is an optional argument.

BUGS

Top

No known bugs.

AUTHOR

Top

Michael Stevens - michael@etla.org.


Mail-ListDetector documentation  | view source Contained in the Mail-ListDetector distribution.