logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

Author

       Michael Stevens - michael@etla.org.

perl v5.36.0                                       2022-11-29                      Mail::ListDetector::List(3pm)

Bugs

       No known bugs.

Description

       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

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.

Name

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

Synopsis

         use Mail::ListDetector::List;

See Also