summaryrefslogtreecommitdiff
path: root/src/mailman/email/validate.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement the email address validator as a utility for easier pluggability.Barry Warsaw2011-01-061-30/+30
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-3/+3
| | | | | | * add_member() now returns the newly created IMember. * Reorganized several exceptions and exposed them to the REST API. * Added NoSuchListError.
* Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the UtilsBarry Warsaw2009-02-121-0/+70
module.