Changeset 20116 for branches/version-2_5-dev/data/module/Mail
- Timestamp:
- 2011/02/09 10:36:01 (15 years ago)
- Location:
- branches/version-2_5-dev/data/module/Mail
- Files:
-
- 10 edited
-
RFC822.php (modified) (1 diff, 3 props)
-
mail.php (modified) (1 diff, 2 props)
-
mime.php (modified) (1 prop)
-
mimeDecode.php (modified) (1 prop)
-
mimePart.php (modified) (1 prop)
-
mock.php (modified) (1 diff, 3 props)
-
null.php (modified) (1 diff, 2 props)
-
sendmail.php (modified) (1 diff, 2 props)
-
smtp.php (modified) (1 diff, 3 props)
-
smtpmx.php (modified) (1 diff, 3 props)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/module/Mail/RFC822.php
- Property svn:eol-style set to LF
- Property svn:keywords set to Id
- Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
r19942 r20116 41 41 * @copyright 2001-2010 Richard Heyes 42 42 * @license http://opensource.org/licenses/bsd-license.php New BSD License 43 * @version CVS: $Id : RFC822.php 294749 2010-02-08 08:22:25Z clockwerx$43 * @version CVS: $Id$ 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 Revision Date to Id
- Property svn:mime-type changed from text/x-httpd-php to text/x-httpd-php; charset=UTF-8
r19942 r20116 47 47 * internal PHP-mail() implementation of the PEAR Mail:: interface. 48 48 * @package Mail 49 * @version $Revision $49 * @version $Revision: 19942 $ 50 50 */ 51 51 class Mail_mail extends Mail { -
branches/version-2_5-dev/data/module/Mail/mime.php
- Property svn:eol-style set to LF
-
branches/version-2_5-dev/data/module/Mail/mimeDecode.php
- Property svn:eol-style set to LF
-
branches/version-2_5-dev/data/module/Mail/mimePart.php
- Property svn:eol-style set to LF
-
branches/version-2_5-dev/data/module/Mail/mock.php
- Property svn:eol-style set to LF
- Property svn:keywords set to Id
- Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
r19942 r20116 40 40 * @copyright 2010 Chuck Hagenbuch 41 41 * @license http://opensource.org/licenses/bsd-license.php New BSD License 42 * @version CVS: $Id : mock.php 294747 2010-02-08 08:18:33Z clockwerx$42 * @version CVS: $Id$ 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 Revision Date to Id
- Property svn:mime-type changed from text/x-httpd-php to text/x-httpd-php; charset=UTF-8
r19942 r20116 48 48 * @access public 49 49 * @package Mail 50 * @version $Revision $50 * @version $Revision: 19942 $ 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 Revision Date to Id
- Property svn:mime-type changed from text/x-httpd-php to text/x-httpd-php; charset=UTF-8
r19942 r20116 21 21 * @access public 22 22 * @package Mail 23 * @version $Revision $23 * @version $Revision: 19942 $ 24 24 */ 25 25 class Mail_sendmail extends Mail { -
branches/version-2_5-dev/data/module/Mail/smtp.php
- Property svn:eol-style set to LF
- Property svn:keywords set to Id
- Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
r19942 r20116 41 41 * @copyright 2010 Chuck Hagenbuch 42 42 * @license http://opensource.org/licenses/bsd-license.php New BSD License 43 * @version CVS: $Id : smtp.php 294747 2010-02-08 08:18:33Z clockwerx$43 * @version CVS: $Id$ 44 44 * @link http://pear.php.net/package/Mail/ 45 45 */ -
branches/version-2_5-dev/data/module/Mail/smtpmx.php
- Property svn:eol-style set to LF
- Property svn:keywords set to Id
- Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
r19942 r20116 44 44 * @copyright 2010 gERD Schaufelberger 45 45 * @license http://opensource.org/licenses/bsd-license.php New BSD License 46 * @version CVS: $Id : smtpmx.php 294747 2010-02-08 08:18:33Z clockwerx$46 * @version CVS: $Id$ 47 47 * @link http://pear.php.net/package/Mail/ 48 48 */
Note: See TracChangeset
for help on using the changeset viewer.
