From: Chuck Hagenbuch Date: Wed, 3 Jan 2001 05:10:42 +0000 (+0000) Subject: here's an initial version of Richard Heyes' rfc822 email address parser. X-Git-Tag: php-4.0.5RC1~759 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29854e9555a0f223765bce0c04ec3d82d40a58b4;p=php here's an initial version of Richard Heyes' rfc822 email address parser. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index e85b59f3f2..b4209d382d 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -54,6 +54,7 @@ PEAR_FILES = \ Log/sql.php \ Log/syslog.php \ Mail.php \ + Mail/rfc822.php \ Mail/sendmail.php \ Mail/smtp.php \ Math/Fraction.php \