Source for file mailto.php
Documentation is available at mailto.php
// VERY RELAXED! Shouldn't cause problems, not even Firefox checks if the
// email is valid, but be careful!
* Validates mailto (for E-mail) according to RFC 2368
* @todo Validate the email address
* @todo Filter allowed query parameters
public function validate(&$uri, $config, $context) {
parent::validate($uri, $config, $context);
// we need to validate path against RFC 2368's addr-spec
Documentation generated on Thu, 19 Jun 2008 18:49:45 -0400 by phpDocumentor 1.4.2