Changeset 20119 for branches/version-2_5-dev/data/module/Mail
- Timestamp:
- 2011/02/09 12:03:44 (15 years ago)
- Location:
- branches/version-2_5-dev/data/module/Mail
- Files:
-
- 7 edited
-
RFC822.php (modified) (1 diff, 1 prop)
-
mail.php (modified) (1 diff, 1 prop)
-
mock.php (modified) (1 diff, 1 prop)
-
null.php (modified) (1 diff, 1 prop)
-
sendmail.php (modified) (1 diff, 1 prop)
-
smtp.php (modified) (1 diff, 1 prop)
-
smtpmx.php (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/module/Mail/RFC822.php
- Property svn:keywords deleted
r20116 r20119 41 41 * @copyright 2001-2010 Richard Heyes 42 42 * @license http://opensource.org/licenses/bsd-license.php New BSD License 43 * @version CVS: $Id $43 * @version CVS: $Id: RFC822.php 294749 2010-02-08 08:22:25Z clockwerx $ 44 44 * @link http://pear.php.net/package/Mail/ 45 45 */ -
branches/version-2_5-dev/data/module/Mail/mail.php
- Property svn:keywords changed from Id to Id Revision Date
r20116 r20119 47 47 * internal PHP-mail() implementation of the PEAR Mail:: interface. 48 48 * @package Mail 49 * @version $Revision : 19942$49 * @version $Revision$ 50 50 */ 51 51 class Mail_mail extends Mail { -
branches/version-2_5-dev/data/module/Mail/mock.php
- Property svn:keywords deleted
r20116 r20119 40 40 * @copyright 2010 Chuck Hagenbuch 41 41 * @license http://opensource.org/licenses/bsd-license.php New BSD License 42 * @version CVS: $Id $42 * @version CVS: $Id: mock.php 294747 2010-02-08 08:18:33Z clockwerx $ 43 43 * @link http://pear.php.net/package/Mail/ 44 44 */ -
branches/version-2_5-dev/data/module/Mail/null.php
- Property svn:keywords changed from Id to Id Revision Date
r20116 r20119 48 48 * @access public 49 49 * @package Mail 50 * @version $Revision : 19942$50 * @version $Revision$ 51 51 */ 52 52 class Mail_null extends Mail { -
branches/version-2_5-dev/data/module/Mail/sendmail.php
- Property svn:keywords changed from Id to Id Revision Date
r20116 r20119 21 21 * @access public 22 22 * @package Mail 23 * @version $Revision : 19942$23 * @version $Revision$ 24 24 */ 25 25 class Mail_sendmail extends Mail { -
branches/version-2_5-dev/data/module/Mail/smtp.php
- Property svn:keywords deleted
r20116 r20119 41 41 * @copyright 2010 Chuck Hagenbuch 42 42 * @license http://opensource.org/licenses/bsd-license.php New BSD License 43 * @version CVS: $Id $43 * @version CVS: $Id: smtp.php 294747 2010-02-08 08:18:33Z clockwerx $ 44 44 * @link http://pear.php.net/package/Mail/ 45 45 */ -
branches/version-2_5-dev/data/module/Mail/smtpmx.php
- Property svn:keywords deleted
r20116 r20119 44 44 * @copyright 2010 gERD Schaufelberger 45 45 * @license http://opensource.org/licenses/bsd-license.php New BSD License 46 * @version CVS: $Id $46 * @version CVS: $Id: smtpmx.php 294747 2010-02-08 08:18:33Z clockwerx $ 47 47 * @link http://pear.php.net/package/Mail/ 48 48 */
Note: See TracChangeset
for help on using the changeset viewer.
