Ignore:
Timestamp:
2011/02/09 10:36:01 (15 years ago)
Author:
nanasess
Message:
  • svn properties を再設定
  • 再設定用のスクリプト追加
Location:
branches/version-2_5-dev/data/module/Mail
Files:
10 edited

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  
    4141 * @copyright   2001-2010 Richard Heyes 
    4242 * @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$ 
    4444 * @link        http://pear.php.net/package/Mail/ 
    4545 */ 
  • 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  
    4747 * internal PHP-mail() implementation of the PEAR Mail:: interface. 
    4848 * @package Mail 
    49  * @version $Revision$ 
     49 * @version $Revision: 19942 $ 
    5050 */ 
    5151class 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  
    4040 * @copyright   2010 Chuck Hagenbuch 
    4141 * @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$ 
    4343 * @link        http://pear.php.net/package/Mail/ 
    4444 */ 
  • 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  
    4848 * @access public 
    4949 * @package Mail 
    50  * @version $Revision$ 
     50 * @version $Revision: 19942 $ 
    5151 */ 
    5252class 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  
    2121 * @access public 
    2222 * @package Mail 
    23  * @version $Revision$ 
     23 * @version $Revision: 19942 $ 
    2424 */ 
    2525class 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  
    4141 * @copyright   2010 Chuck Hagenbuch 
    4242 * @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$ 
    4444 * @link        http://pear.php.net/package/Mail/ 
    4545 */ 
  • 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  
    4444 * @copyright  2010 gERD Schaufelberger 
    4545 * @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$ 
    4747 * @link       http://pear.php.net/package/Mail/ 
    4848 */ 
Note: See TracChangeset for help on using the changeset viewer.