Dada Mail 3.0 beta 1 (Feature Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Dada Mail 3.0 beta 1 (Feature Development branch)
# 1  
Old 04-15-2008
Dada Mail 3.0 beta 1 (Feature Development branch)

Image Dada Mail is an intuitive, Web-based email list management system, which runs on any hosting account that can execute custom CGI scripts. Dada Mail is also a conceptual art project. Dada Mail handles double opt-in/opt-out subscriptions, and can send complex announce-only and/or discussion mailing list messages. It also provides archiving, viewing, searching, resending, and syndicating (through RSS or Atom) sent messages. Dada Mail produces valid XHTML and sticks to best practices when creating email messages. License: GNU General Public License (GPL) Changes:
This release is almost feature-complete and features full support for arbitrary subscriber fields, mail merging, partial list sending, and an enhanced mailing monitor. The TAP-compatible testing suite now has over 5000 tests.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

New Man Page Feature on ToolBar (Beta)

Here by popular request, we have added some (beta) Man Page functionality to the toolbar (see screenshots attached). The feature on the toolbar does not have all the features of our main main page app; it is missing: (1) Recursive search (searches all man dbs during each search) (2)... (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
Mail::SPF::Term(3)					User Contributed Perl Documentation					Mail::SPF::Term(3)

NAME
Mail::SPF::Term - SPF record term class DESCRIPTION
An object of class Mail::SPF::Term represents a term within an SPF record. Mail::SPF::Term cannot be instantiated directly. Create an instance of a concrete sub-class instead. Constructor The following constructor is provided: new(%options): returns Mail::SPF::Term Abstract. Creates a new SPF record term object. %options is a list of key/value pairs, however Mail::SPF::Term itself specifies no constructor options. new_from_string($text, %options): returns Mail::SPF::Term; throws Mail::SPF::ENothingToParse, Mail::SPF::EInvalidTerm Abstract. Creates a new SPF record term object by parsing the string and any options given. Class methods The following class methods are provided: name_pattern: returns Regexp Returns a regular expression that matches any legal name for an SPF record term. Instance methods The following instance methods are provided: text: returns string; throws Mail::SPF::ENoUnparsedText Returns the unparsed text of the term. Throws a Mail::SPF::ENoUnparsedText exception if the term was created synthetically instead of being parsed, and no text was provided. name: returns string Abstract. Returns the name of the term. SEE ALSO
Mail::SPF, Mail::SPF::Record, Mail::SPF::Mech, Mail::SPF::Mod <http://tools.ietf.org/html/rfc4408> For availability, support, and license information, see the README file included with Mail::SPF. AUTHORS
Julian Mehnle <julian@mehnle.net>, Shevek <cpan@anarres.org> perl v5.18.2 2017-10-06 Mail::SPF::Term(3)