summaryrefslogtreecommitdiff
path: root/pear/Mail.php
Commit message (Expand)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* call PEAR::raiseError() instead of $this->raiseError() in factory()Tomas V.V.Cox2001-12-171-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* fix multiple factory calls problem with php < 4.0.7Tomas V.V.Cox2001-08-091-6/+6
* *** empty log message ***Tomas V.V.Cox2001-08-091-1/+1
* spacesTomas V.V.Cox2001-08-091-20/+20
* fix PHPDocAlexander Merz2001-08-091-9/+19
* factory-generated classes have lowercase subclass names by our (newlyChuck Hagenbuch2001-02-221-7/+1
* may as well go by the capitalization we agreed on sooner rather than later.Chuck Hagenbuch2001-02-071-11/+15
* * updated copyrights (thanks Colin)Stig Bakken2001-01-101-1/+1
* revert Jon's patch, leaving only the correct one.Chuck Hagenbuch2001-01-051-1/+1
* $from_arr is a two-dimensional array here. Treat it as such.Jon Parise2001-01-051-1/+1
* make sure we get back a flat array from parseAddressList().Chuck Hagenbuch2001-01-051-1/+1
* Mail.php: use the Mail_rfc822:: class to parse addresses. There is a smallChuck Hagenbuch2001-01-031-3/+7
* spelling. bad chuck.Chuck Hagenbuch2000-11-021-1/+1
* always prepend Receieved: headers to avoid generating mail that looks likeChuck Hagenbuch2000-11-021-0/+5
* add Mail:: interface and supporting classes.Chuck Hagenbuch2000-10-251-0/+169